Skip to content

Commit 9f6e939

Browse files
committed
CCM-8590: allow alnu1
1 parent c05aadd commit 9f6e939

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

frontend/next.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ const nextConfig = (phase) => {
2020

2121
experimental: {
2222
serverActions: {
23-
allowedOrigins: [domain, domain.replace('templates', 'web-gateway')],
23+
allowedOrigins: [
24+
domain,
25+
domain.replace('templates', 'web-gateway'),
26+
'alnu1.web-gateway.dev.nhsnotify.national.nhs.uk',
27+
],
2428
},
2529
},
2630

0 commit comments

Comments
 (0)