We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22b997 commit b2e4adeCopy full SHA for b2e4ade
apps/nextjs/next.config.js
@@ -3,7 +3,8 @@ const nextConfig = {
3
experimental: {
4
serverActions: true,
5
},
6
- // reactStrictMode: false,
+ // https://stackoverflow.com/a/70841058
7
+ pageExtensions: ['page.tsx', 'page.ts', 'page.jsx', 'page.js'],
8
};
9
10
module.exports = nextConfig;
0 commit comments