Revert "fix: change trailing slash config to false"

This reverts commit 21f60e31c8.
pull/268/head
Yangshun 3 years ago
parent 87effdbf1c
commit 3e76a59393

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

Loading…
Cancel
Save