diff --git a/next.config.js b/next.config.js index 22bb6e9..194395d 100644 --- a/next.config.js +++ b/next.config.js @@ -3,6 +3,10 @@ */ const nextConfig = { output: 'export', + images: { + loader: 'akamai', + path: '', + }, }; module.exports = nextConfig;