chore: update nav links
This commit is contained in:
parent
5b5b8ea500
commit
fb2e0dcf5d
|
@ -18,7 +18,7 @@ export const AuthorsConfig = {
|
||||||
export const NavLinksItems = [
|
export const NavLinksItems = [
|
||||||
{ label: 'Articles', href: '/search?type=article' },
|
{ label: 'Articles', href: '/search?type=article' },
|
||||||
{ label: 'Podcasts', href: getPostLink('podcast') },
|
{ label: 'Podcasts', href: getPostLink('podcast') },
|
||||||
// { label: 'About', href: '/about' },
|
{ label: 'About', href: '/about' },
|
||||||
]
|
]
|
||||||
|
|
||||||
export const FooterLinksItems: {
|
export const FooterLinksItems: {
|
||||||
|
|
Loading…
Reference in New Issue