From c8b94ea5af8fbd39f4cd1cfda18e42dd0cea06ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D1=96=D0=B9?= <61122611+CrazyTapok-bit@users.noreply.github.com> Date: Sun, 5 May 2024 13:31:07 +0300 Subject: [PATCH] Change bool to string --- src/.vuepress/head.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/head.js b/src/.vuepress/head.js index 44b5bb1..4abdcb4 100644 --- a/src/.vuepress/head.js +++ b/src/.vuepress/head.js @@ -48,7 +48,7 @@ if (IS_MONETAG_ZONE) head.push([ "script", { src: "https://alwingulla.com/88/tag.min.js", "data-zone": MONETAG_ZONE, - "data-cfasync": false, + "data-cfasync": "false", async: true } ])