aboutsummaryrefslogtreecommitdiff
path: root/next.config.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-11-25 10:29:24 -0500
committerAndrew Lee <alee14498@protonmail.com>2023-11-25 10:29:24 -0500
commitb3844727ebb895f27fa0c4a924ea75f38d17be55 (patch)
tree61f86d8b2e3f81b9ac10bad43ce825d549c388e5 /next.config.js
parentb8100126608e9e455050229d32b2493a90aee4d5 (diff)
downloadalure-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.js5
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