diff --git a/next.config.js b/next.config.js
index 324bcb261b619cb470495a696fd6377537c14c11..4f27474e68b125bd1b70cc764abc0afe2c839687 100644
--- a/next.config.js
+++ b/next.config.js
@@ -1,4 +1,5 @@
 module.exports = {
   optimizeFonts: false,
+  exportTrailingSlash: true,
   assetPrefix: './'
 }