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 a25af3e commit dcca0f1Copy full SHA for dcca0f1
next.config.js
@@ -1,5 +1,7 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
+ reactStrictMode : true,
4
+ swcMinify: true
5
async headers() {
6
return [
7
{
0 commit comments