Skip to content

Commit

Permalink
fix: fix og png
Browse files Browse the repository at this point in the history
  • Loading branch information
javayhu committed Dec 23, 2024
1 parent 452a9d3 commit d0c736b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions config/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ const enNavConfig: NavConfig = {
// href: "/blog",
// path: "/blog",
// },
{
title: "IndieHub",
href: "https://indiehub.best",
path: "https://indiehub.best",
external: true,
},
{
title: "Mkdirs",
href: "https://mkdirs.com",
path: "https://mkdirs.com",
external: true,
},
],
}

Expand Down Expand Up @@ -69,6 +81,18 @@ const zhNavConfig: NavConfig = {
// href: "/blog",
// path: "/blog",
// },
{
title: "IndieHub",
href: "https://indiehub.best",
path: "https://indiehub.best",
external: true,
},
{
title: "Mkdirs",
href: "https://mkdirs.com",
path: "https://mkdirs.com",
external: true,
},
],
}

Expand Down
4 changes: 2 additions & 2 deletions config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const enSiteConfig: SiteConfig = {
description:
"Indie Hackers - Explore the best products to help you ship next application faster and better",
url: site_url,
ogImage: `${site_url}/opengraph.png`,
ogImage: `${site_url}/og.png`,
links: {
twitter: "https://x.com/javay_hu",
github: "https://github.com/javayhu",
Expand All @@ -26,7 +26,7 @@ const zhSiteConfig: SiteConfig = {
description:
"独立开发者导航站,发掘最优秀的工具,助力你快速发布下一个应用",
url: site_url,
ogImage: `${site_url}/opengraph.png`,
ogImage: `${site_url}/og.png`,
links: {
twitter: "https://x.com/javay_hu",
github: "https://github.com/javayhu",
Expand Down
File renamed without changes

0 comments on commit d0c736b

Please sign in to comment.