add turn on site for swino4ka testing

This commit is contained in:
Hepatica
2024-04-04 21:02:59 +02:00
parent 419bed3cdf
commit e3916071d9

View File

@@ -7,7 +7,7 @@ const SiteOff = {
<p>We are currently performing maintenance. We will be back shortly!</p> <p>We are currently performing maintenance. We will be back shortly!</p>
</div>` </div>`
}; };
const siteIsOff = true; const siteIsOff = false;
import router from "@/router/router"; import router from "@/router/router";
import mitt from 'mitt' import mitt from 'mitt'