Fix app url on capacitor deployments

This commit is contained in:
Jon Staab
2025-10-28 15:40:28 -07:00
parent c050f5a9e3
commit b09d3065ae
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
# 1.4.1
* Improve data synchronization
* Fix app url on capacitor deployments
# 1.4.0

View File

@@ -143,7 +143,7 @@ export const INDEXER_RELAYS = fromCsv(import.meta.env.VITE_INDEXER_RELAYS)
export const SIGNER_RELAYS = fromCsv(import.meta.env.VITE_SIGNER_RELAYS)
export const PLATFORM_URL = window.location.origin
export const PLATFORM_URL = import.meta.env.VITE_PLATFORM_URL
export const PLATFORM_TERMS = import.meta.env.VITE_PLATFORM_TERMS