Skip to content

Commit

Permalink
Update next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Oct 8, 2024
1 parent aa8c927 commit bdd40a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ const nextConfig = {
},
],
},
experimental: {
serverActions: {
allowedOrigins: ['localhost', 'wexcommerce.dynv6.net:8001'],
},
},
}

export default nextConfig

0 comments on commit bdd40a4

Please sign in to comment.