Skip to content

Commit e816c23

Browse files
CCM-8985: Fix allowedOrigins (#366)
1 parent 55d71e3 commit e816c23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

frontend/next.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ const nextConfig = (phase) => {
2222
quietDeps: true,
2323
},
2424

25+
experimental: {
26+
serverActions: {
27+
allowedOrigins: ['**.nhsnotify.national.nhs.uk', 'notify.nhs.uk'],
28+
},
29+
},
30+
2531
async redirects() {
2632
return [
2733
{

0 commit comments

Comments
 (0)