From 48905f463104c85f24bde7950f470d5d81508920 Mon Sep 17 00:00:00 2001 From: public <841361034@qq.com> Date: Thu, 2 Nov 2023 15:01:36 +0800 Subject: [PATCH] Add: traffic statistics --- src/.vuepress/config.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/.vuepress/config.ts b/src/.vuepress/config.ts index c6e959b..e9f2455 100644 --- a/src/.vuepress/config.ts +++ b/src/.vuepress/config.ts @@ -29,7 +29,15 @@ export default defineUserConfig({ ], }), ], - + head: [ + ['script', + { + src: 'https://umami.zekee.top/script.js', + "data-website-id": '7fd44cad-d2c3-4a17-a899-9b1c71c3cd8a' + } + ] + ] + // Enable it with pwa // shouldPrefetch: false,