From 3d462284e00e481a9029eee13776be1a0bcf24f6 Mon Sep 17 00:00:00 2001 From: Vasile Date: Sun, 5 May 2024 19:48:29 +0200 Subject: [PATCH] fix --- config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index c1120efa..f4dcaf17 100755 --- a/config.js +++ b/config.js @@ -1,9 +1,9 @@ const one_day = 1440; -import dotenv from 'dotenv'; -dotenv.config(); +// import dotenv from 'dotenv'; +// dotenv.config(); 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",