File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,16 @@ const config: Config = {
8
8
favicon : 'img/favicon.ico' ,
9
9
10
10
// Set the production url of your site here
11
- url : 'https://validator-labs.github.io/docs ' ,
11
+ url : 'https://validator-labs.github.io/' ,
12
12
// Set the /<baseUrl>/ pathname under which your site is served
13
13
// For GitHub pages deployment, it is often '/<projectName>/'
14
- baseUrl : '/' ,
14
+ baseUrl : '/docs ' ,
15
15
16
16
// GitHub pages deployment config.
17
17
// If you aren't using GitHub pages, you don't need these.
18
18
organizationName : 'validator-labs' , // Usually your GitHub org/user name.
19
19
projectName : 'docs' , // Usually your repo name.
20
+ trailingSlash : false ,
20
21
21
22
onBrokenLinks : 'throw' ,
22
23
onBrokenMarkdownLinks : 'warn' ,
You can’t perform that action at this time.
0 commit comments