From 39d8c445eba26f56121866d92a0e11dc69c81d70 Mon Sep 17 00:00:00 2001 From: gabengar Date: Fri, 22 Nov 2024 18:17:11 +0500 Subject: [PATCH] chore: looking again --- apps/frontend/next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/next.config.mjs b/apps/frontend/next.config.mjs index 758ab3d..e0d624e 100644 --- a/apps/frontend/next.config.mjs +++ b/apps/frontend/next.config.mjs @@ -15,7 +15,7 @@ async function createNextConfig() { const basePath = !basePathname || basePathname === "/" ? undefined : basePathname; - console.log(basePath); + console.log([process.env.NEXT_PUBLIC_SITE_BASE_URL, baseURL, basePath]); /** @type {import('next').NextConfig} */ const nextConfig = {