docs: Force trailingSlash
Allow to customize the presence/absence of a trailing slash at the end of URLs/links, and how static HTML files are generated
This commit is contained in:
parent
f258d7bb13
commit
e1b6baa439
@ -13,6 +13,7 @@ const config = {
|
||||
onBrokenLinks: 'throw',
|
||||
onBrokenMarkdownLinks: 'warn',
|
||||
favicon: 'img/favicon.ico',
|
||||
trailingSlash: true,
|
||||
|
||||
// GitHub pages deployment config.
|
||||
// If you aren't using GitHub pages, you don't need these.
|
||||
|
Loading…
Reference in New Issue
Block a user