Skip to content

Commit

Permalink
Pretty ugly
Browse files Browse the repository at this point in the history
Signed-off-by: Little Human <[email protected]>
  • Loading branch information
Little Human committed Oct 22, 2022
1 parent 832e471 commit 0821bcc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lint:
- backup/**
- node_modules/**
cli:
version: 0.18.1-beta
version: 1.0.1
plugins:
sources:
- id: trunk
Expand Down
5 changes: 1 addition & 4 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ export default function Home() {
property="og:description"
content="A nonprofit network of local makers & professionals."
/>
<meta
property="og:image"
content="https://kongkowitpku.xyz/og.png"
/>
<meta property="og:image" content="https://kongkowitpku.xyz/og.png" />

<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://kongkowitpku.xyz" />
Expand Down
4 changes: 3 additions & 1 deletion src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ export default function Footer() {
BLOG
</div>
|
<div onClick={() => window.open("https://github.com/KongkowITPekanbaru")}>
<div
onClick={() => window.open("https://github.com/KongkowITPekanbaru")}
>
GITHUB
</div>
|
Expand Down
5 changes: 4 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"destination": "https://discord.gg/CNpPdG5T5Y",
"permanent": false
},
{ "source": "/github", "destination": "https://github.com/KongkowITPekanbaru" },
{
"source": "/github",
"destination": "https://github.com/KongkowITPekanbaru"
},
{
"source": "/view-source",
"destination": "https://github.com/KongkowITPekanbaru/soon"
Expand Down

1 comment on commit 0821bcc

@vercel
Copy link

@vercel vercel bot commented on 0821bcc Oct 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.