diff options
Diffstat (limited to 'examples/hello-next/next.config.js')
-rw-r--r-- | examples/hello-next/next.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/hello-next/next.config.js b/examples/hello-next/next.config.js new file mode 100644 index 000000000..0d6071006 --- /dev/null +++ b/examples/hello-next/next.config.js @@ -0,0 +1,3 @@ +module.exports = { + reactStrictMode: true, +} |