aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/next.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/next.config.mjs')
-rw-r--r--frontend/next.config.mjs4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/next.config.mjs b/frontend/next.config.mjs
new file mode 100644
index 0000000..4678774
--- /dev/null
+++ b/frontend/next.config.mjs
@@ -0,0 +1,4 @@
+/** @type {import('next').NextConfig} */
+const nextConfig = {};
+
+export default nextConfig;