fix: change trailing slash config to false

This commit is contained in:
Yangshun
2022-04-05 09:31:13 +08:00
parent f517bd2f01
commit 21f60e31c8

View File

@ -3,7 +3,7 @@ module.exports = {
tagline: 'Free curated interview preparation materials for busy people',
url: 'https://www.techinterviewhandbook.org',
baseUrl: '/',
trailingSlash: true,
trailingSlash: false,
favicon: 'img/favicon.png',
organizationName: 'yangshun',
projectName: 'tech-interview-handbook',