diff --git a/src/components/app/Footer.vue b/src/components/app/Footer.vue index c454ecc..c3c5780 100644 --- a/src/components/app/Footer.vue +++ b/src/components/app/Footer.vue @@ -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(), };