From 01ac2a665ca07dbb41379948e29eb60ca708b699 Mon Sep 17 00:00:00 2001 From: Mehatab Shaikh <88490687+mehatab@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:57:47 +0530 Subject: [PATCH] Update next.config.js --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 7b30ba36f921..4f000cf31ad8 100644 --- a/next.config.js +++ b/next.config.js @@ -3,7 +3,7 @@ const production = process.env.NODE_ENV === "production"; const nextConfig = { - assetPrefix: production ? '/' : '', + assetPrefix: production ? '/fettle' : '', reactStrictMode: true, swcMinify: true, }