From 7eee205f512fb67340941f363536696a36ef55b1 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Fri, 22 Nov 2024 17:56:50 +0800 Subject: [PATCH] fix(revert): remove basePath env --- next.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 5fedc77..1ce607c 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -23,7 +23,6 @@ const withPWA = withPWAInit({ /** @type {import('next').NextConfig} */ const nextConfig = { output: "standalone", - basePath: env("NEXT_PUBLIC_BASE_PATH") || "", logging: { fetches: { fullUrl: true,