's''
This commit is contained in:
@@ -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']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user