You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# If you only want to tracker to specific domains you can fill in this field, multiple domain names are separated by commas, which can avoid tracker localhost
309
+
domains:
310
+
311
+
# 用于统计 PV UV 的开始时间,格式为 "YYYY-MM-DD"
312
+
# statistics on the start time, the format is "YYYY-MM-DD"
313
+
start_time: 2024-01-01
314
+
315
+
# 新建一个 umami viewOnly 用户,然后通过 login api 获取该用户 token
316
+
# create an umami viewOnly user, and then get user token through the login api
317
+
token:
318
+
319
+
# 填写 umami 部署的服务器地址,如 "https://umami.example.com"
320
+
# server url of umami deployment, such as "https://umami.example.com"
321
+
api_server:
322
+
310
323
# Canonical 用于向 Google 搜索指定规范网址,开启前确保 hexo _config.yml 中配置 `url: http://yourdomain.com`
311
324
# Canonical, to specify a canonical URL for Google Search, need to set up `url: http://yourdomain.com` in hexo _config.yml
0 commit comments