Skip to content

Commit da213a6

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/bun/production-dependencies-0c7f868f1c' into v4
2 parents 184b787 + c5e43fa commit da213a6

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

bun.lock

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"@types/d3": "^7.4.3",
102102
"@types/hast": "^3.0.4",
103103
"@types/js-yaml": "^4.0.9",
104-
"@types/node": "^24.10.4",
104+
"@types/node": "^25.0.3",
105105
"@types/pretty-time": "^1.1.5",
106106
"@types/source-map-support": "^0.5.10",
107107
"@types/ws": "^8.18.1",

quartz.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ const config: QuartzConfig = {
1212
pageTitleSuffix: " | 思想犯",
1313
enableSPA: true,
1414
enablePopovers: true,
15-
analytics: null,
15+
analytics: {
16+
provider: "umami",
17+
websiteId: "b25a1826-6c9f-4a59-8306-e2425efa4781",
18+
host: "https://cloud.umami.is"
19+
},
1620
locale: "zh-CN",
1721
baseUrl: "virgiling.wiki",
1822
ignorePatterns: ["private", "templates", ".obsidian"],

0 commit comments

Comments
 (0)