Skip to content

Commit cbf2134

Browse files
authored
Update docusaurus config (#7499)
1 parent 413e7c8 commit cbf2134

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docusaurus/website/siteConfig.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ const siteConfig = {
1212
title: 'Create React App', // Title for your website.
1313
tagline: 'Set up a modern web app by running one command.',
1414
// 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/',
15+
url: 'https://create-react-app.dev',
16+
baseUrl: '/',
17+
cname: 'create-react-app.dev',
18+
editUrl:
19+
'https://github.com/facebook/create-react-app/edit/master/docusaurus/docs/',
1820

1921
// Used for publishing and more
2022
projectName: 'create-react-app',

0 commit comments

Comments
 (0)