From d58210b0c3ceed5c5b1a5700b82a7fe088b48599 Mon Sep 17 00:00:00 2001 From: shahanneda Date: Fri, 14 Oct 2022 17:25:43 -0400 Subject: [PATCH] Fixed next image loader --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: '/', }, }