mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-04-04 03:18:05 +08:00
Revert "fix: change trailing slash config to false"
This reverts commit 21f60e31c8.
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: false,
|
||||
trailingSlash: true,
|
||||
favicon: 'img/favicon.png',
|
||||
organizationName: 'yangshun',
|
||||
projectName: 'tech-interview-handbook',
|
||||
|
||||
Reference in New Issue
Block a user