docs: add missing trailing slash to sample site config base url (#1190)

This commit is contained in:
Marvin Chin 2019-01-19 01:31:02 +08:00 committed by Joel Marcey
parent 4dcd6840c3
commit 3ff79fceb1

View file

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