Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit b8dc7c3

Browse files
authored
fix server actions (#629)
1 parent dfd5bac commit b8dc7c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

next.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ const nextConfig = {
1717
outputFileTracingIncludes: {
1818
'/**/*': ['./src/app/**/*.mdx'],
1919
},
20+
serverActions: {
21+
allowedOrigins: ['nitric-docs.vercel.app', 'nitric.io'],
22+
},
2023
},
2124
images: {
2225
remotePatterns: [

0 commit comments

Comments
 (0)