refactor: update productionBasePath to empty string and adjust static resource handling for dashboard
This commit is contained in:
@@ -3,7 +3,7 @@ import { PHASE_DEVELOPMENT_SERVER } from "next/constants"
|
||||
|
||||
const backendBaseUrl =
|
||||
process.env.NEXT_PUBLIC_API_BASE_URL?.trim() || "http://127.0.0.1:8083"
|
||||
const productionBasePath = "/dashboard"
|
||||
const productionBasePath = ""
|
||||
|
||||
export default function nextConfig(phase: string): NextConfig {
|
||||
const config: NextConfig = {
|
||||
|
||||
Reference in New Issue
Block a user