perf(pic): 使用 cnb.cool 作为图床

This commit is contained in:
Ad-closeNN
2026-04-25 19:48:47 +08:00
parent c57b68a9e5
commit 54b9e8a44f
2 changed files with 71 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"build": "astro build --verbose && pagefind --site dist",
"build": "astro build --verbose && node scripts/rewrite-built-image-links.js && pagefind --site dist",
"preview": "astro preview",
"astro": "astro",
"type-check": "tsc --noEmit --isolatedDeclarations",