diff --git a/next.config.js b/next.config.js index 44c2688..ce0646e 100644 --- a/next.config.js +++ b/next.config.js @@ -7,3 +7,13 @@ module.exports = { basePath: "", assetPrefix: "", }; + +module.exports = { + images: { + loader: "akamai", + path: "/", + // domains: ["user-images.githubusercontent.com"], + }, + basePath: "", + assetPrefix: "", +};