mirror of
https://github.com/evroon/bracket.git
synced 2026-04-26 02:07:13 -04:00
Disable skipTrailingSlashRedirect (#1291)
This commit is contained in:
@@ -7,7 +7,7 @@ const withNextra = nextra({
|
||||
export default withNextra({
|
||||
reactStrictMode: true,
|
||||
trailingSlash: true,
|
||||
skipTrailingSlashRedirect: true,
|
||||
skipTrailingSlashRedirect: false,
|
||||
// Export only when building in GitHub Actions
|
||||
output: process.env.GITHUB_ACTION ? 'export' : 'export',
|
||||
images: {
|
||||
|
||||
Reference in New Issue
Block a user