Skip to content

Commit 39ccc20

Browse files
committed
chore: add production environment variables for the frontend
1 parent d10b2c8 commit 39ccc20

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

frontend/.env.production

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
NEXT_PUBLIC_API_URL=https://api.klibs.io
2+
NEXT_PUBLIC_METADATA_URL=https://klibs.io
3+
NEXT_TELEMETRY_DISABLED=1

frontend/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ yarn-error.log*
2727

2828
# local env files
2929
.env*.local
30-
.env*.production
3130

3231
# vercel
3332
.vercel

0 commit comments

Comments
 (0)