Skip to content

Commit 42b8d45

Browse files
feat: add allowedOrigins
1 parent e625e02 commit 42b8d45

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const nextConfig: NextConfig = {
55
experimental: {
66
serverActions: {
77
bodySizeLimit: "10mb",
8+
allowedOrigins: ["cinetube.arifuddincoder.site"],
89
},
910
},
1011
env: {

0 commit comments

Comments
 (0)