diff --git a/apps/frontend/next.config.mjs b/apps/frontend/next.config.mjs index e0d624e..b35ff51 100644 --- a/apps/frontend/next.config.mjs +++ b/apps/frontend/next.config.mjs @@ -15,8 +15,6 @@ async function createNextConfig() { const basePath = !basePathname || basePathname === "/" ? undefined : basePathname; - console.log([process.env.NEXT_PUBLIC_SITE_BASE_URL, baseURL, basePath]); - /** @type {import('next').NextConfig} */ const nextConfig = { assetPrefix: basePath,