Skip to content

Commit ac6edee

Browse files
committed
fix url
1 parent 0febe26 commit ac6edee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docusaurus/website/siteConfig.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ const siteConfig = {
1212
title: 'Create React App', // Title for your website.
1313
tagline: 'Set up a modern web app by running one command.',
1414
url: 'https://facebook.github.io', // Your website URL
15-
baseUrl: '/', // Base URL for your project */
1615
// For github.io type URLs, you would set the url and baseUrl like:
17-
// url: 'https://facebook.github.io',
18-
// baseUrl: '/test-site/',
16+
url: 'https://facebook.github.io',
17+
baseUrl: '/create-react-app/',
1918

2019
// Used for publishing and more
2120
projectName: 'create-react-app',

0 commit comments

Comments
 (0)