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, 6 insertions, 0 deletions
diff --git a/projects/about/next.config.mjs b/projects/about/next.config.mjs
new file mode 100644
index 0000000..4350313
--- /dev/null
+++ b/projects/about/next.config.mjs
@@ -0,0 +1,6 @@
+/** @type {import('next').NextConfig} */
+const nextConfig = {
+ output: "export",
+};
+
+export default nextConfig;