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 = {
experimental: {
inlineCss: true,
serverActions: {
allowedOrigins: ["*"],
},
},
output: "standalone",
logging: {