Update docusaurus config (#7499)

This commit is contained in:
Ian Sutherland
2019-08-12 18:43:59 -06:00
committed by GitHub
parent 413e7c8fd6
commit cbf2134dcb

View File

@@ -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',