Skip to content

Commit e625e02

Browse files
author
arifuddincoder
committed
feat: add app url in nextconfig
1 parent ed15b99 commit e625e02

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

next.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ const nextConfig: NextConfig = {
77
bodySizeLimit: "10mb",
88
},
99
},
10+
env: {
11+
NEXT_PUBLIC_APP_URL: process.env.NEXT_PUBLIC_BACKEND_URL || "",
12+
},
1013
images: {
1114
remotePatterns: [
1215
{

0 commit comments

Comments
 (0)