From a0615309b851ab4d713b5172f7c1762474f0f35b Mon Sep 17 00:00:00 2001 From: DengreSarthak Date: Sun, 24 Aug 2025 16:12:18 +0530 Subject: [PATCH] BasePath and assetprefx changed --- next.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 74c79b0..7da3b97 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -6,8 +6,8 @@ const nextConfig = { ? { output: 'export', distDir: 'out', - basePath: '/HackHub', - assetPrefix: '/HackHub/', + basePath: '/hackhub.stability.nexus/', + assetPrefix: '/hackhub.stability.nexus/', images: { unoptimized: true }, } : {