Skip to content

Commit

Permalink
Add domain to allowedOrigins
Browse files Browse the repository at this point in the history
  • Loading branch information
RobVermeer committed Nov 14, 2023
1 parent d471c9e commit 0a8fbf8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
experimental: {
serverActions: {
allowedOrigins: ["36.robvermeer.nl"],
},
},
}

module.exports = nextConfig

0 comments on commit 0a8fbf8

Please sign in to comment.