changed allowed origins
This commit is contained in:
parent
8333007cd9
commit
b59f0e7816
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ const nextConfig: NextConfig = {
|
|||
experimental: {
|
||||
serverActions: {
|
||||
bodySizeLimit: '50mb',
|
||||
allowedOrigins: [
|
||||
"https://weexnes.dev",
|
||||
"https://weexnes.dev:6837",
|
||||
"https://cdn.weexnes.dev"
|
||||
],
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue