diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-11-25 10:29:24 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-11-25 10:29:24 -0500 |
| commit | b3844727ebb895f27fa0c4a924ea75f38d17be55 (patch) | |
| tree | 61f86d8b2e3f81b9ac10bad43ce825d549c388e5 /next.config.js | |
| parent | b8100126608e9e455050229d32b2493a90aee4d5 (diff) | |
| download | alure-website-b3844727ebb895f27fa0c4a924ea75f38d17be55.tar.gz alure-website-b3844727ebb895f27fa0c4a924ea75f38d17be55.tar.bz2 alure-website-b3844727ebb895f27fa0c4a924ea75f38d17be55.zip | |
New post; Travel advisory update
Diffstat (limited to 'next.config.js')
| -rw-r--r-- | next.config.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/next.config.js b/next.config.js index 767719f..707a02d 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,7 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {} +const nextConfig = { + output: 'export', + +} module.exports = nextConfig |
