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:
Anton Georgiev 2024-01-25 16:31:02 -05:00 committed by GitHub
parent f258d7bb13
commit e1b6baa439
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.