fix: change trailing slash config to false

pull/268/head
Yangshun 3 years ago
parent f517bd2f01
commit 21f60e31c8

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

Loading…
Cancel
Save