We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0cbae7 + ad2c4e8 commit ddc476aCopy full SHA for ddc476a
frontend/apps/app/next.config.ts
@@ -23,7 +23,7 @@ const nextConfig: NextConfig = {
23
serverActions: {
24
allowedOrigins:
25
process.env.VERCEL_ENV === 'production'
26
- ? ['liambx.com', 'liam-erd-web.vercel.app']
+ ? ['liambx.com', 'liam-erd-web.vercel.app', 'app.liambx.com']
27
: undefined,
28
},
29
@@ -37,6 +37,10 @@ const nextConfig: NextConfig = {
37
protocol: 'https',
38
hostname: 'liam-erd-web.vercel.app',
39
40
+ {
41
+ protocol: 'https',
42
+ hostname: 'app.liambx.com',
43
+ },
44
],
45
46
serverExternalPackages: ['@electric-sql/pglite'],
0 commit comments