mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 04:33:42 +08:00
fix: change trailing slash config to false
This commit is contained in:
@ -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',
|
||||||
|
Reference in New Issue
Block a user