1 Commits

Author SHA1 Message Date
90a99fd061 Update next.config.ts 2026-05-02 16:13:56 +08:00

View File

@@ -2,6 +2,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
/* config options here */ /* config options here */
output: "export",
devIndicators: false, devIndicators: false,
allowedDevOrigins: [process.env.NEXT_PUBLIC_ALLOWED_DEV_DOMAIN || "http://localhost:3000"], allowedDevOrigins: [process.env.NEXT_PUBLIC_ALLOWED_DEV_DOMAIN || "http://localhost:3000"],
basePath: process.env.BASE_PATH || "", basePath: process.env.BASE_PATH || "",