turn off site that was turn of by incident

This commit is contained in:
Hepatica
2024-04-06 16:26:27 +02:00
parent b8275abac9
commit b08a88d8a0

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 = false; const siteIsOff = true;
import router from "@/router/router"; import router from "@/router/router";
import mitt from 'mitt' import mitt from 'mitt'