aboutsummaryrefslogtreecommitdiff
path: root/projects/about/next.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'projects/about/next.config.mjs')
-rw-r--r--projects/about/next.config.mjs6
1 files changed, 0 insertions, 6 deletions
diff --git a/projects/about/next.config.mjs b/projects/about/next.config.mjs
deleted file mode 100644
index 4350313..0000000
--- a/projects/about/next.config.mjs
+++ /dev/null
@@ -1,6 +0,0 @@
-/** @type {import('next').NextConfig} */
-const nextConfig = {
- output: "export",
-};
-
-export default nextConfig;