From 3c252655d868739899c7e062a119c36adb9f18fd Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Fri, 9 Aug 2024 09:31:00 +0700 Subject: [PATCH] fixing --- src/app.config.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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")) {