's''
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
// Docker 部署支持
|
// Docker 部署支持
|
||||||
output: 'standalone',
|
// output: 'standalone',
|
||||||
|
|
||||||
images: {
|
images: {
|
||||||
domains: [
|
domains: [
|
||||||
@@ -32,7 +32,7 @@ const nextConfig = {
|
|||||||
// Cloudflare Pages configuration
|
// Cloudflare Pages configuration
|
||||||
experimental: {
|
experimental: {
|
||||||
serverActions: {
|
serverActions: {
|
||||||
allowedOrigins: ['localhost', 'navsphere.com']
|
allowedOrigins: ['localhost', 'navsphere.com','*.hackrobot.cn']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user