turn of site

This commit is contained in:
Hepatica
2024-04-07 04:13:00 +02:00
parent b778721ba8
commit c1fc92a807

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'