From 90a99fd061643bea3187e016924a868007367148 Mon Sep 17 00:00:00 2001 From: giteaApi Date: Sat, 2 May 2026 16:13:56 +0800 Subject: [PATCH] Update next.config.ts --- next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.ts b/next.config.ts index e99fc56..2113603 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ + output: "export", devIndicators: false, allowedDevOrigins: [process.env.NEXT_PUBLIC_ALLOWED_DEV_DOMAIN || "http://localhost:3000"], basePath: process.env.BASE_PATH || "",