mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-01 11:18:24 +02:00
docs: add missing trailing slash to sample site config base url (#1190)
This commit is contained in:
parent
4dcd6840c3
commit
3ff79fceb1
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ __Note:__ When you deploy as user/organization page, the publish script will dep
|
||||||
const siteConfig = {
|
const siteConfig = {
|
||||||
...
|
...
|
||||||
url: 'https://__userName__.github.io', // Your website URL
|
url: 'https://__userName__.github.io', // Your website URL
|
||||||
baseUrl: '/testProject',
|
baseUrl: '/testProject/',
|
||||||
projectName: 'testProject',
|
projectName: 'testProject',
|
||||||
organizationName: 'userName'
|
organizationName: 'userName'
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Reference in a new issue