We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb89a6 commit 87afcddCopy full SHA for 87afcdd
next.config.mjs
@@ -0,0 +1,6 @@
1
+/** @type {import('next').NextConfig} */
2
+const config = {
3
+ reactStrictMode: true,
4
+};
5
+
6
+export default config;
0 commit comments