diff --git a/next.config.js b/next.config.js index 6dfbbca..f67490d 100644 --- a/next.config.js +++ b/next.config.js @@ -5,7 +5,7 @@ const nextConfig = { // This image loader supports `next export` images: { loader: 'akamai', - path: '', + path: '/', }, }