Skip to content

Commit

Permalink
Update docusaurus config (#7499)
Browse files Browse the repository at this point in the history
  • Loading branch information
iansu authored Aug 13, 2019
1 parent 413e7c8 commit cbf2134
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docusaurus/website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit cbf2134

Please sign in to comment.