Skip to content

Commit

Permalink
chore: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
javayhu committed Dec 27, 2024
1 parent 40835f3 commit 982904b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 13 deletions.
21 changes: 12 additions & 9 deletions config/footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ const enFooterConfig: SidebarNavItem[] = [
title: "Features",
items: [
{ title: "Products", href: "/group/new" },
{ title: "Indie Apps", href: "/apptype/new" },
{ title: "Search", external: true, href: "https://link.indiehackers.site/saas101" },
{ title: "Applications", href: "/apptype/new" },
// { title: "Search", external: true, href: "https://link.indiehackers.site/saas101" },
],
},
{
title: "Links",
items: [
// { title: "Sponsors", external: true, href: "https://buymeacoffee.com/javayhu" },
{ title: "Mkdirs", external: true, href: "https://mkdirs.com" },
{ title: "IndieHub", external: true, href: "https://indiehub.best" },
{ title: "Free OG Generator", external: true, href: "https://og.indiehub.best" },
{ title: "Mkdirs", external: true, href: "https://mkdirs.com?ref=opensource" },
{ title: "IndieHub", external: true, href: "https://indiehub.best?ref=opensource" },
{ title: "Free OG Generator", external: true, href: "https://og.indiehub.best?ref=opensource" },
],
},
];
Expand All @@ -42,16 +42,19 @@ const zhFooterConfig: SidebarNavItem[] = [
items: [
{ title: "产品工具", href: "/group/new" },
{ title: "独立应用", href: "/apptype/new" },
{ title: "搜索工具", external: true, href: "https://link.indiehackers.site/saas101" },
// { title: "搜索工具", external: true, href: "https://link.indiehackers.site/saas101" },
],
},
{
title: "资源",
items: [
// { title: "赞助支持", external: true, href: "https://buymeacoffee.com/javayhu" },
{ title: "产品规划", external: true, href: "https://indiehackers.canny.io/" },
{ title: "问题反馈", external: true, href: "https://indiehackers.canny.io/feedback" },
{ title: "更新日志", external: true, href: "https://indiehackers.canny.io/changelog" },
// { title: "产品规划", external: true, href: "https://indiehackers.canny.io/" },
// { title: "问题反馈", external: true, href: "https://indiehackers.canny.io/feedback" },
// { title: "更新日志", external: true, href: "https://indiehackers.canny.io/changelog" },
{ title: "Mkdirs", external: true, href: "https://mkdirs.com?ref=opensource" },
{ title: "IndieHub", external: true, href: "https://indiehub.best?ref=opensource" },
{ title: "Free OG Generator", external: true, href: "https://og.indiehub.best?ref=opensource" },
],
},
];
Expand Down
14 changes: 10 additions & 4 deletions config/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,20 @@ const enNavConfig: NavConfig = {
// },
{
title: "IndieHub",
href: "https://indiehub.best",
path: "https://indiehub.best",
href: "https://indiehub.best?ref=opensource",
path: "https://indiehub.best?ref=opensource",
external: true,
},
{
title: "Mkdirs",
href: "https://mkdirs.com",
path: "https://mkdirs.com",
href: "https://mkdirs.com?ref=opensource",
path: "https://mkdirs.com?ref=opensource",
external: true,
},
{
title: "GitHub",
href: "https://github.com/javayhu/free-directory-boilerplate",
path: "https://github.com/javayhu/free-directory-boilerplate",
external: true,
},
],
Expand Down

0 comments on commit 982904b

Please sign in to comment.