From c4761cec136040c1c39f7aa96f8c475a3f458f0c Mon Sep 17 00:00:00 2001 From: rafael1209 Date: Sun, 7 Apr 2024 23:57:43 +0300 Subject: [PATCH] turn off --- luckydiamond/src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luckydiamond/src/main.js b/luckydiamond/src/main.js index 5403395..a122e43 100644 --- a/luckydiamond/src/main.js +++ b/luckydiamond/src/main.js @@ -7,7 +7,7 @@ const SiteOff = {

We are currently performing maintenance. We will be back shortly!

` }; -const siteIsOff = false; +const siteIsOff = true; import router from "@/router/router"; import mitt from 'mitt'