turn on site

This commit is contained in:
Hepatica
2024-04-29 18:51:04 +02:00
parent cab760e151
commit a8a3e73004

View File

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