Commit ac6edee4 authored by Dan Abramov's avatar Dan Abramov
Browse files

fix url

parent 0febe269
Showing with 2 additions and 3 deletions
+2 -3
...@@ -12,10 +12,9 @@ const siteConfig = { ...@@ -12,10 +12,9 @@ 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.',
url: 'https://facebook.github.io', // Your website URL url: 'https://facebook.github.io', // Your website URL
baseUrl: '/', // Base URL for your project */
// 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://facebook.github.io',
// baseUrl: '/test-site/', baseUrl: '/create-react-app/',
// Used for publishing and more // Used for publishing and more
projectName: 'create-react-app', projectName: 'create-react-app',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment