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.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/next.config.js b/next.config.js
index 152b5d3..de1d2e3 100644
--- a/next.config.js
+++ b/next.config.js
@@ -1,4 +1,7 @@
 module.exports = {
   output: 'export',
-  trailingSlash: true
+  trailingSlash: true,
+  images: {
+    disableStaticImages: true
+  },
 }