☂️ Adds dynamic location service

This commit is contained in:
Rune Harlyk
2023-05-13 16:52:27 +02:00
parent 531945397c
commit 89bf6527b5
3 changed files with 7 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
const location = import.meta.env.DEV ? "leika.local" : window.location.host
export default location;