mirror of
https://github.com/anotherhadi/default-creds.git
synced 2026-04-02 11:32:11 +02:00
Test process env instead of meta
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -34,8 +34,8 @@ const myLinks = [
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const umamiUrl = import.meta.env.PUBLIC_UMAMI_URL;
|
const umamiUrl = process.env.PUBLIC_UMAMI_URL;
|
||||||
const umamiId = import.meta.env.PUBLIC_UMAMI_WEBSITE_ID;
|
const umamiId = process.env.PUBLIC_UMAMI_WEBSITE_ID;
|
||||||
---
|
---
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|||||||
Reference in New Issue
Block a user