Skip to content

Commit fba2a1c

Browse files
authored
fix: url rewrites (#168)
1 parent 0135fb0 commit fba2a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

next.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const config = {
77
reactStrictMode: true,
88
output: 'standalone',
99
basePath: '/documentation',
10-
trailingSlash: true,
1110
serverExternalPackages: ['oxc-transform'],
1211
eslint: {
1312
ignoreDuringBuilds: true,
@@ -28,7 +27,8 @@ const config = {
2827
{
2928
source: '/documentation',
3029
destination: '/documentation/',
31-
},
30+
basePath: false
31+
}
3232
];
3333
},
3434
};

0 commit comments

Comments
 (0)