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

Commit 72c4e1e

Browse files
authored
move allowedOrigins into root config (#630)
1 parent b8dc7c3 commit 72c4e1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

next.config.mjs

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

0 commit comments

Comments
 (0)