Skip to content

Commit b2e4ade

Browse files
committed
chore: fixes build
1 parent f22b997 commit b2e4ade

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/nextjs/next.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ const nextConfig = {
33
experimental: {
44
serverActions: true,
55
},
6-
// reactStrictMode: false,
6+
// https://stackoverflow.com/a/70841058
7+
pageExtensions: ['page.tsx', 'page.ts', 'page.jsx', 'page.js'],
78
};
89

910
module.exports = nextConfig;

0 commit comments

Comments
 (0)