fix: whitelist server action proxies
This commit is contained in:
@@ -11,6 +11,16 @@ jiti("./env/client")
|
||||
const nextConfig = {
|
||||
poweredByHeader: false,
|
||||
eslint: { ignoreDuringBuilds: true },
|
||||
experimental: {
|
||||
serverActions: {
|
||||
allowedOrigins: [
|
||||
"*--web-scandic-hotels.netlify.app",
|
||||
"develop--web-scandic-hotels.netlify.app",
|
||||
"stage--web-scandic-hotels.netlify.app",
|
||||
"test--web-scandic-hotels.netlify.app",
|
||||
],
|
||||
},
|
||||
},
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user