diff --git a/src/configs/data.configs.ts b/src/configs/data.configs.ts index 542d84c..16a8f6f 100644 --- a/src/configs/data.configs.ts +++ b/src/configs/data.configs.ts @@ -18,7 +18,7 @@ export const AuthorsConfig = { export const NavLinksItems = [ { label: 'Articles', href: '/search?type=article' }, { label: 'Podcasts', href: getPostLink('podcast') }, - // { label: 'About', href: '/about' }, + { label: 'About', href: '/about' }, ] export const FooterLinksItems: {