Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit f3bb225

Browse files
committed
remove navigation items
1 parent a648e75 commit f3bb225

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

functions/config.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@ const config = {
33
siteDescription: 'The description of this website',
44
siteUrl: 'https://website.vercel.app',
55
author: '@yourname',
6-
navigation: [
7-
{label: 'Home', href: '/'},
8-
{label: 'About', href: '/about'},
9-
{label: 'Apollo', href: '/apollo'},
10-
{label: 'SSG', href: '/ssg'},
11-
{label: 'SSR', href: '/ssr'},
12-
{label: 'ISR', href: '/isr'}
13-
],
6+
navigation: [{label: 'HOOK UP WP NAV MENU', href: '/'}],
147
social: {
158
github: {
169
label: 'Github',

0 commit comments

Comments
 (0)