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 413e7c8 commit cbf2134Copy full SHA for cbf2134
docusaurus/website/siteConfig.js
@@ -12,9 +12,11 @@ const siteConfig = {
12
title: 'Create React App', // Title for your website.
13
tagline: 'Set up a modern web app by running one command.',
14
// For github.io type URLs, you would set the url and baseUrl like:
15
- url: 'https://facebook.github.io',
16
- baseUrl: '/create-react-app/',
17
- editUrl: 'https://github.com/facebook/create-react-app/edit/master/docusaurus/docs/',
+ url: 'https://create-react-app.dev',
+ baseUrl: '/',
+ cname: 'create-react-app.dev',
18
+ editUrl:
19
+ 'https://github.com/facebook/create-react-app/edit/master/docusaurus/docs/',
20
21
// Used for publishing and more
22
projectName: 'create-react-app',
0 commit comments