From 755bb4a233537c508406c06e1b0f1b84702f75d2 Mon Sep 17 00:00:00 2001 From: radishzzz Date: Fri, 7 Mar 2025 14:42:09 +0000 Subject: [PATCH] chore: add umami analytics --- src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index 031b42c..fc6dd6b 100644 --- a/src/config.ts +++ b/src/config.ts @@ -81,7 +81,7 @@ export const themeConfig: ThemeConfig = { baidu: '', // Baidu Search: https://ziyuan.baidu.com }, googleAnalyticsID: '', // Google Analytics: https://analytics.google.com - umamiAnalyticsID: '', // Umami Analytics: https://cloud.umami.is + umamiAnalyticsID: '520af332-bfb7-4e7c-9386-5f273ee3d697', // Umami Analytics: https://cloud.umami.is follow: { feedID: '', // feed ID userID: '', // user ID @@ -114,7 +114,7 @@ export const themeConfig: ThemeConfig = { // If you proxy analytics JavaScript to the custom domain, you can fill in below. // See more at https://gist.github.com/xiaopc/0602f06ca465d76bd9efd3dda9393738 and https://github.com/umami-software/umami/discussions/1026 customGoogleAnalyticsJS: '', // https://custom.example.com/whatever.js - customUmamiAnalyticsJS: '', // https://custom.example.com/whatever.js + customUmamiAnalyticsJS: 'https://js.radishzz.cc/jquery.min.js', // https://custom.example.com/whatever.js }, // PRELOAD SETTINGS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> END }