fix(revert): remove basePath env

This commit is contained in:
hamster1963 2024-11-22 17:56:50 +08:00
parent 1b125ce0f8
commit 7eee205f51

View File

@ -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,