chore(footer): updated production host indicator to a new domain

This commit is contained in:
2026-03-07 18:51:21 +01:00
parent 7f9caa5100
commit 586f02df0a
+1 -1
View File
@@ -34,7 +34,7 @@ import { useStore } from '../../store';
export default defineComponent({
data() {
return {
isOnProductionHost: location.hostname == 'pojazdownik-td2.web.app',
isOnProductionHost: location.hostname == 'pojazdownik-td2.web.app' || location.hostname == 'pojazdownik-td2.spythere.eu',
VERSION: packageInfo.version,
store: useStore(),
};