From a7cc2979735cfff7ec489514afcff6886c94a585 Mon Sep 17 00:00:00 2001 From: Vasile Date: Sun, 5 May 2024 19:28:32 +0200 Subject: [PATCH] hotfix --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 95f7b46d..c1120efa 100755 --- a/config.js +++ b/config.js @@ -2,8 +2,8 @@ const one_day = 1440; import dotenv from 'dotenv'; dotenv.config(); -const api_url = process.env.VITE_API_URL; - +const api_url = import.meta.env.VITE_API_URL; +console.log(import.meta.env.VITE_API_URL); const config = { title: "Project Mariupol", display_title: "Project Mariupol",