mirror of
https://github.com/placeholder-soft/web.git
synced 2026-01-12 22:45:00 +08:00
disable trailingSlash to fix relative link resolution in docs (#617)
This commit is contained in:
@@ -3,6 +3,7 @@ dotenv.config();
|
||||
|
||||
const baseConfig = {
|
||||
baseUrl: '/',
|
||||
trailingSlash: false,
|
||||
favicon: 'img/favicon.ico',
|
||||
onBrokenLinks: 'throw',
|
||||
onBrokenMarkdownLinks: 'warn',
|
||||
|
||||
Reference in New Issue
Block a user