From a20038b36756052e23538925e3d3a9ebf9dcc6bb Mon Sep 17 00:00:00 2001 From: eric Date: Sat, 6 Dec 2025 05:10:59 +0800 Subject: [PATCH] 's'' --- next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.js b/next.config.js index 9e271bc..21b0a35 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { // Docker 部署支持 - output: 'standalone', + // output: 'standalone', images: { domains: [ @@ -32,7 +32,7 @@ const nextConfig = { // Cloudflare Pages configuration experimental: { serverActions: { - allowedOrigins: ['localhost', 'navsphere.com'] + allowedOrigins: ['localhost', 'navsphere.com','*.hackrobot.cn'] } } }