Skip to content

Commit a1f6397

Browse files
charpeniiansu
authored andcommitted
Remove duplicate url key in Docusaurus siteConfig (facebook#6690)
`url` was duplicated in `siteConfig.js`, both were the same value, so stripping one of them.
1 parent b424737 commit a1f6397

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docusaurus/website/siteConfig.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
const siteConfig = {
1212
title: 'Create React App', // Title for your website.
1313
tagline: 'Set up a modern web app by running one command.',
14-
url: 'https://facebook.github.io', // Your website URL
1514
// For github.io type URLs, you would set the url and baseUrl like:
1615
url: 'https://facebook.github.io',
1716
baseUrl: '/create-react-app/',

0 commit comments

Comments
 (0)