This commit is contained in:
eric
2025-12-06 05:10:59 +08:00
parent 45383b5591
commit a20038b367

View File

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