mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-29 01:45:40 +08:00
Update docusaurus config (#7499)
This commit is contained in:
@@ -12,9 +12,11 @@ const siteConfig = {
|
|||||||
title: 'Create React App', // Title for your website.
|
title: 'Create React App', // Title for your website.
|
||||||
tagline: 'Set up a modern web app by running one command.',
|
tagline: 'Set up a modern web app by running one command.',
|
||||||
// For github.io type URLs, you would set the url and baseUrl like:
|
// For github.io type URLs, you would set the url and baseUrl like:
|
||||||
url: 'https://facebook.github.io',
|
url: 'https://create-react-app.dev',
|
||||||
baseUrl: '/create-react-app/',
|
baseUrl: '/',
|
||||||
editUrl: 'https://github.com/facebook/create-react-app/edit/master/docusaurus/docs/',
|
cname: 'create-react-app.dev',
|
||||||
|
editUrl:
|
||||||
|
'https://github.com/facebook/create-react-app/edit/master/docusaurus/docs/',
|
||||||
|
|
||||||
// Used for publishing and more
|
// Used for publishing and more
|
||||||
projectName: 'create-react-app',
|
projectName: 'create-react-app',
|
||||||
|
|||||||
Reference in New Issue
Block a user