From a94ff5b266bcec58f8cb10a6d3b25ceeaa4c6669 Mon Sep 17 00:00:00 2001 From: radishzzz Date: Sat, 15 Mar 2025 15:12:11 +0000 Subject: [PATCH] chore: update umami js config --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 551fb65..04e0c86 100644 --- a/src/config.ts +++ b/src/config.ts @@ -167,7 +167,7 @@ export const themeConfig: ThemeConfig = { // See https://gist.github.com/xiaopc/0602f06ca465d76bd9efd3dda9393738 customGoogleAnalyticsJS: '', // see https://github.com/umami-software/umami/discussions/1026 - customUmamiAnalyticsJS: '', + customUmamiAnalyticsJS: 'https://views.radishzz.cc/script.js', }, // PRELOAD SETTINGS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> END }