mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix: serverActions allowedOrigins
This commit is contained in:
parent
315b3ee16f
commit
c083a1bfa8
@ -24,6 +24,9 @@ const withPWA = withPWAInit({
|
|||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
experimental: {
|
experimental: {
|
||||||
inlineCss: true,
|
inlineCss: true,
|
||||||
|
serverActions: {
|
||||||
|
allowedOrigins: ["*"],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
output: "standalone",
|
output: "standalone",
|
||||||
logging: {
|
logging: {
|
||||||
|
Loading…
Reference in New Issue
Block a user