Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
popovvasile committed May 5, 2024
1 parent a7cc297 commit 03c608c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react';
import compressionPlugin from 'vite-plugin-compression';

export default defineConfig(({ mode }) => {
const env = loadEnv(mode, process.cwd());
const env = loadEnv(mode, './');
const api_url = env.VITE_API_URL;

return {
Expand Down

0 comments on commit 03c608c

Please sign in to comment.