diff --git a/next.config.mjs b/next.config.mjs index 2f86332..34662df 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -7,6 +7,7 @@ const nextConfig = { loader: "akamai", path: "", }, + assetPrefix: "./", }; export default nextConfig;