From eff2cee2ffd7e8c514f873c6e3532a9346b40f81 Mon Sep 17 00:00:00 2001 From: snusxd Date: Mon, 13 Apr 2026 13:59:56 +0300 Subject: [PATCH] ci/cd: update VITE_BACKEND_DOMAIN to production API URL --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 67fbfe3..f75ad8b 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -VITE_BACKEND_DOMAIN=http://localhost:6767 \ No newline at end of file +VITE_BACKEND_DOMAIN=https://api.snusxd.site \ No newline at end of file