Skip to content

Commit 3a631f3

Browse files
committed
Fix DOMAIN env variable being undefined
1 parent 58bf2db commit 3a631f3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

next.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ const nextConfig = {
33
experimental: {
44
serverActions: true
55
},
6+
env: {
7+
DOMAIN: process.env.NEXT_PUBLIC_DOMAIN
8+
},
69
images: {
710
remotePatterns: [
811
{

0 commit comments

Comments
 (0)