Skip to content

Commit

Permalink
Merge pull request #343 from justpiple/main
Browse files Browse the repository at this point in the history
fix: Update server action allowed origins
  • Loading branch information
justpiple authored Jan 24, 2025
2 parents 0c6ea3a + 7069892 commit e09909a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const nextConfig = {
experimental: {
serverActions: {
allowedForwardedHosts: ["go.moklet.org"],
allowedOrigins: ["https://go.moklet.org"],
allowedOrigins: ["go.moklet.org"],
bodySizeLimit: "10mb",
},
},
Expand Down

0 comments on commit e09909a

Please sign in to comment.