summary refs log tree commit diff
path: root/next.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/next.config.js b/next.config.js
index e97173b..152b5d3 100644
--- a/next.config.js
+++ b/next.config.js
@@ -1,3 +1,4 @@
 module.exports = {
-  output: 'standalone',
+  output: 'export',
+  trailingSlash: true
 }