website: add trailing slash config

This commit is contained in:
Yangshun
2021-09-05 16:55:36 +08:00
parent a336676197
commit 25fdaa4666
2 changed files with 4 additions and 3 deletions

View File

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