From 3ff79fceb18e55104b0a6eab918d3120b43b2e5f Mon Sep 17 00:00:00 2001 From: Marvin Chin Date: Sat, 19 Jan 2019 01:31:02 +0800 Subject: [PATCH] docs: add missing trailing slash to sample site config base url (#1190) --- docs/getting-started-publishing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-publishing.md b/docs/getting-started-publishing.md index 03e0879c5b..b5b1cad459 100644 --- a/docs/getting-started-publishing.md +++ b/docs/getting-started-publishing.md @@ -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' ...