mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 13:13:54 +08:00
website: add trailing slash config
This commit is contained in:
@ -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',
|
||||||
|
Reference in New Issue
Block a user