We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58bf2db commit 3a631f3Copy full SHA for 3a631f3
1 file changed
next.config.js
@@ -3,6 +3,9 @@ const nextConfig = {
3
experimental: {
4
serverActions: true
5
},
6
+ env: {
7
+ DOMAIN: process.env.NEXT_PUBLIC_DOMAIN
8
+ },
9
images: {
10
remotePatterns: [
11
{
0 commit comments