From 00ee8392c916309a553ebda40e090cd9eb51647a Mon Sep 17 00:00:00 2001 From: Benson Liu Date: Thu, 21 Sep 2023 17:02:26 -0700 Subject: [PATCH] Update next.config.js --- next.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/next.config.js b/next.config.js index 7fc1f8b..f31daa3 100644 --- a/next.config.js +++ b/next.config.js @@ -4,8 +4,6 @@ const debug = process.env.NODE_ENV !== "production"; const nextConfig = { reactStrictMode: true, images: { - // loader: "akamai", - // path: "/", unoptimized: true, }, assetPrefix: !debug ? "https://www.acmcyber.com" : "",