diff --git a/src/app.config.ts b/src/app.config.ts index 8b11f2ec8..47dfb3122 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -137,9 +137,10 @@ const API = { ...file, }; -const path = - import.meta.env.VITE_MANUAL_URL ?? - "https://bma-ehr-manual.frappet.synology.me"; +console.log("VITE_MANUAL_URL===>", import.meta.env); +console.log("VITE_MANUAL_URL===>", import.meta.env.VITE_MANUAL_URL); + +const path = import.meta.env.VITE_MANUAL_URL; const generatePopupPath = (routeName: any) => { if (routeName.includes("metadata")) {