We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0febe26 commit ac6edeeCopy full SHA for ac6edee
docusaurus/website/siteConfig.js
@@ -12,10 +12,9 @@ const siteConfig = {
12
title: 'Create React App', // Title for your website.
13
tagline: 'Set up a modern web app by running one command.',
14
url: 'https://facebook.github.io', // Your website URL
15
- baseUrl: '/', // Base URL for your project */
16
// For github.io type URLs, you would set the url and baseUrl like:
17
- // url: 'https://facebook.github.io',
18
- // baseUrl: '/test-site/',
+ url: 'https://facebook.github.io',
+ baseUrl: '/create-react-app/',
19
20
// Used for publishing and more
21
projectName: 'create-react-app',
0 commit comments