aboutsummaryrefslogtreecommitdiff
path: root/174bg/website-nextjs/next.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to '174bg/website-nextjs/next.config.mjs')
-rw-r--r--174bg/website-nextjs/next.config.mjs7
1 files changed, 7 insertions, 0 deletions
diff --git a/174bg/website-nextjs/next.config.mjs b/174bg/website-nextjs/next.config.mjs
new file mode 100644
index 0000000..690d2d0
--- /dev/null
+++ b/174bg/website-nextjs/next.config.mjs
@@ -0,0 +1,7 @@
+/** @type {import('next').NextConfig} */
+const nextConfig = {
+ /* config options here */
+ reactCompiler: true,
+};
+
+export default nextConfig;