From 1b27fdb83581e50d09bddcb5e6fc98434623d20e Mon Sep 17 00:00:00 2001 From: Ron Nuss Date: Fri, 18 Aug 2023 15:11:23 +0300 Subject: [PATCH] fix(next.config.js): removed images and asset --- next.config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/next.config.js b/next.config.js index 2afffd8..22bb6e9 100644 --- a/next.config.js +++ b/next.config.js @@ -2,11 +2,6 @@ * @type {import('next').NextConfig} */ const nextConfig = { - images: { - loader: "akamai", - path: "", - }, - assetPrefix: "./", output: 'export', };