mirror of
https://github.com/anotherhadi/default-creds.git
synced 2026-04-02 03:22:10 +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 umamiId = import.meta.env.PUBLIC_UMAMI_WEBSITE_ID;
|
||||
const umamiUrl = process.env.PUBLIC_UMAMI_URL;
|
||||
const umamiId = process.env.PUBLIC_UMAMI_WEBSITE_ID;
|
||||
---
|
||||
|
||||
<html lang="en">
|
||||
|
||||
Reference in New Issue
Block a user