website: add trailing slash config

This commit is contained in:
Yangshun 2021-09-05 16:55:50 +08:00
parent 1d01552deb
commit 5e8b2088b3
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ module.exports = {
'Almost complete answers to "Front-end Job Interview Questions" which you can use to interview potential candidates, test yourself or completely ignore',
url: 'https://frontendinterviewhandbook.com',
baseUrl: '/',
trailingSlash: true,
favicon: 'img/favicon.png',
organizationName: 'yangshun',
projectName: 'front-end-interview-handbook',