aboutsummaryrefslogtreecommitdiff
path: root/next.config.js
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-04-25 21:07:22 -0400
committerAndrew Lee <andrew@alee14.me>2025-04-25 21:07:22 -0400
commitf4d209976747cdd24a4be6a97fa2861f07bec695 (patch)
tree528f9cf314539e1f8f99c6c1c7a8be7a33233dad /next.config.js
parentb50e5415658c42c7102510a01dc66f5080febb9f (diff)
downloadalure-website-f4d209976747cdd24a4be6a97fa2861f07bec695.tar.gz
alure-website-f4d209976747cdd24a4be6a97fa2861f07bec695.tar.bz2
alure-website-f4d209976747cdd24a4be6a97fa2861f07bec695.zip
Disable output
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/next.config.js b/next.config.js
index 707a02d..0710b23 100644
--- a/next.config.js
+++ b/next.config.js
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
- output: 'export',
+ //output: 'export',
}