mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-28 07:58:04 +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.
|
||||
tagline: 'Set up a modern web app by running one command.',
|
||||
// For github.io type URLs, you would set the url and baseUrl like:
|
||||
url: 'https://facebook.github.io',
|
||||
baseUrl: '/create-react-app/',
|
||||
editUrl: 'https://github.com/facebook/create-react-app/edit/master/docusaurus/docs/',
|
||||
url: 'https://create-react-app.dev',
|
||||
baseUrl: '/',
|
||||
cname: 'create-react-app.dev',
|
||||
editUrl:
|
||||
'https://github.com/facebook/create-react-app/edit/master/docusaurus/docs/',
|
||||
|
||||
// Used for publishing and more
|
||||
projectName: 'create-react-app',
|
||||
|
||||
Reference in New Issue
Block a user