Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
ac6edee4
Commit
ac6edee4
authored
6 years ago
by
Dan Abramov
Browse files
Options
Download
Email Patches
Plain Diff
fix url
parent
0febe269
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docusaurus/website/siteConfig.js
+2
-3
docusaurus/website/siteConfig.js
with
2 additions
and
3 deletions
+2
-3
docusaurus/website/siteConfig.js
+
2
-
3
View file @
ac6edee4
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment