Skip to content

Commit

Permalink
docs: add missing trailing slash to sample site config base url (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Chin authored and JoelMarcey committed Jan 18, 2019
1 parent 4dcd684 commit 3ff79fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started-publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ __Note:__ When you deploy as user/organization page, the publish script will dep
const siteConfig = {
...
url: 'https://__userName__.github.io', // Your website URL
baseUrl: '/testProject',
baseUrl: '/testProject/',
projectName: 'testProject',
organizationName: 'userName'
...
Expand Down

0 comments on commit 3ff79fc

Please sign in to comment.