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