Enable trailing slash

This commit is contained in:
Bradlee Speice 2025-01-04 11:23:41 -05:00
parent 21d42607a3
commit b4dd65f216

View File

@ -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',