Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
popovvasile committed May 5, 2024
1 parent 212463a commit a7cc297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a7cc297

Please sign in to comment.