disable trailingSlash to fix relative link resolution in docs (#617)

This commit is contained in:
paulallensuxs
2024-07-29 17:10:59 +01:00
committed by GitHub
parent 03d229c989
commit 417c46d0cd

View File

@@ -3,6 +3,7 @@ dotenv.config();
const baseConfig = {
baseUrl: '/',
trailingSlash: false,
favicon: 'img/favicon.ico',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',