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

Commit 6002551

Browse files
committed
Remove unused config props
1 parent 46ac367 commit 6002551

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

functions/config.js

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
const config = {
2-
siteName: 'Site Name',
3-
siteDescription: 'The description of this website',
4-
siteUrl: 'https://website.vercel.app',
5-
author: '@yourname',
6-
menuLocations: ['primary-menu', 'footer-menu', 'mobile-menu'],
7-
social: {
8-
github: {
9-
label: 'Github',
10-
href: 'https://github.com/yourname/'
11-
},
12-
twitter: {
13-
label: 'Twitter',
14-
href: 'https://twitter.com/yourname/'
15-
}
16-
}
2+
menuLocations: ['primary-menu', 'footer-menu', 'mobile-menu']
173
}
184

195
export default config

0 commit comments

Comments
 (0)