fix: serverActions allowedOrigins

This commit is contained in:
hamster1963 2024-12-13 10:26:31 +08:00
parent 315b3ee16f
commit c083a1bfa8

View File

@ -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: {