mirror of
https://github.com/bspeice/speice.io
synced 2025-01-12 10:40:03 -05:00
Enable trailing slash
This commit is contained in:
parent
21d42607a3
commit
b4dd65f216
@ -16,6 +16,7 @@ const config: Config = {
|
|||||||
// If you aren't using GitHub pages, you don't need these.
|
// If you aren't using GitHub pages, you don't need these.
|
||||||
organizationName: 'bspeice',
|
organizationName: 'bspeice',
|
||||||
projectName: 'speice.io',
|
projectName: 'speice.io',
|
||||||
|
trailingSlash: true,
|
||||||
|
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
|
Loading…
Reference in New Issue
Block a user