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'] } } }