Skip to content

Commit

Permalink
chore: fixes build
Browse files Browse the repository at this point in the history
  • Loading branch information
feugy committed Feb 20, 2024
1 parent f22b997 commit b2e4ade
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/nextjs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ const nextConfig = {
experimental: {
serverActions: true,
},
// reactStrictMode: false,
// https://stackoverflow.com/a/70841058
pageExtensions: ['page.tsx', 'page.ts', 'page.jsx', 'page.js'],
};

module.exports = nextConfig;

0 comments on commit b2e4ade

Please sign in to comment.