Skip to content

Commit ab30eb0

Browse files
authored
fix: delete rewrite rules (#171)
## Summary by Sourcery Removes the rewrite rules in next.config.js.
1 parent 829d32b commit ab30eb0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

next.config.mjs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ const config = {
2222
inlineCss: true,
2323
reactCompiler: true,
2424
},
25-
async redirects() {
26-
return [
27-
{
28-
source: '/documentation',
29-
destination: '/documentation/',
30-
permanent: true,
31-
}
32-
];
33-
},
3425
};
3526

3627
export default withMDX(config);

0 commit comments

Comments
 (0)