We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70db763 commit 798d586Copy full SHA for 798d586
2 files changed
app/not-found.tsx
next.config.ts
@@ -13,6 +13,8 @@ const nextConfig: NextConfig = {
13
trailingSlash: true,
14
// Disable static optimization for pages that use client-side features
15
staticPageGenerationTimeout: 300,
16
+ // Configure 404 page for static export
17
+ pageExtensions: ['js', 'jsx', 'ts', 'tsx'],
18
};
19
20
export default nextConfig;
0 commit comments