started redesign on dashbaord. changed vite basename to /Mobile, currently folkstone address
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
const rawCamBase = import.meta.env.VITE_CAM_BASE;
|
||||
|
||||
export const CAM_BASE =
|
||||
rawCamBase && rawCamBase.trim().length > 0
|
||||
? rawCamBase
|
||||
: window.location.origin;
|
||||
|
||||
export const OUTSIDE_CAM_BASE = import.meta.env.VITE_OUTSIDE_BASEURL;
|
||||
|
||||
Reference in New Issue
Block a user