mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-27 20:22:33 +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',
|
||||
url: 'https://www.techinterviewhandbook.org',
|
||||
baseUrl: '/',
|
||||
trailingSlash: true,
|
||||
trailingSlash: false,
|
||||
favicon: 'img/favicon.png',
|
||||
organizationName: 'yangshun',
|
||||
projectName: 'tech-interview-handbook',
|
||||
|
Reference in New Issue
Block a user