Skip to content

Commit 9e3e109

Browse files
committed
Set typedRoutes and treeshaking to true
1 parent 7ec1910 commit 9e3e109

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

website/next.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ export default withGuildDocs({
66
eslint: {
77
ignoreDuringBuilds: true,
88
},
9+
experimental: {
10+
typedRoutes: true,
11+
},
12+
eslint: {
13+
ignoreDuringBuilds: true,
14+
turbo: {
15+
treeShaking: true,
16+
},
17+
},
918
redirects: () =>
1019
Object.entries({
1120
'/api': '/docs',

0 commit comments

Comments
 (0)