We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a4f4a commit a2b82a9Copy full SHA for a2b82a9
1 file changed
next.config.ts
@@ -15,6 +15,7 @@ const baseConfig: NextConfig = {
15
poweredByHeader: false,
16
reactStrictMode: true,
17
reactCompiler: true,
18
+ trailingSlash: true,
19
};
20
21
const withBundleAnalyzer = bundleAnalyzer({
@@ -23,7 +24,6 @@ const withBundleAnalyzer = bundleAnalyzer({
23
24
25
// Set up Nextra with its configuration
26
const withNextra = nextra({
- defaultShowCopyCode: true,
27
latex: true,
28
contentDirBasePath: '/',
29
});
0 commit comments