Skip to content

Commit a2b82a9

Browse files
committed
fix(deploy): update some next options
1 parent 39a4f4a commit a2b82a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const baseConfig: NextConfig = {
1515
poweredByHeader: false,
1616
reactStrictMode: true,
1717
reactCompiler: true,
18+
trailingSlash: true,
1819
};
1920

2021
const withBundleAnalyzer = bundleAnalyzer({
@@ -23,7 +24,6 @@ const withBundleAnalyzer = bundleAnalyzer({
2324

2425
// Set up Nextra with its configuration
2526
const withNextra = nextra({
26-
defaultShowCopyCode: true,
2727
latex: true,
2828
contentDirBasePath: '/',
2929
});

0 commit comments

Comments
 (0)