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 a857b9c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/nextjs/next.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/** @type {import('next').NextConfig} */
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 a857b9c

Please sign in to comment.