chore: updated regex for production host flag

This commit is contained in:
2025-12-10 13:55:39 +01:00
parent 47193181e5
commit dc27500237
+1 -1
View File
@@ -71,7 +71,7 @@ export default defineComponent({
isUpdateCardOpen: false,
isWelcomeCardOpen: false,
isOnProductionHost: location.hostname == 'stacjownik-td2.web.app'
isOnProductionHost: /(stacjownik-td2)(\.web\.app|\.spythere\.eu)/.test(location.hostname)
}),
created() {