diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-04-25 21:07:22 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-04-25 21:07:22 -0400 |
| commit | f4d209976747cdd24a4be6a97fa2861f07bec695 (patch) | |
| tree | 528f9cf314539e1f8f99c6c1c7a8be7a33233dad | |
| parent | b50e5415658c42c7102510a01dc66f5080febb9f (diff) | |
| download | alure-website-f4d209976747cdd24a4be6a97fa2861f07bec695.tar.gz alure-website-f4d209976747cdd24a4be6a97fa2861f07bec695.tar.bz2 alure-website-f4d209976747cdd24a4be6a97fa2861f07bec695.zip | |
Disable output
| -rw-r--r-- | next.config.js | 2 |
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', } |
