We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74daf31 commit 367bb49Copy full SHA for 367bb49
examples/nextjs/next.config.js
@@ -0,0 +1,4 @@
1
+module.exports = {
2
+ /* config options here */
3
+ reactStrictMode: true,
4
+};
examples/nextjs/next.config.ts
0 commit comments