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