fix: 禁用Astro图片优化功能并添加补丁配置

添加astro.patch文件禁用图片优化功能,修改package.json和pnpm-lock.yaml以支持补丁依赖
This commit is contained in:
二叉树树
2025-09-10 06:11:21 +08:00
parent 64f2434b81
commit 09af20cb1a
3 changed files with 54 additions and 15 deletions

View File

@@ -76,5 +76,10 @@
"postcss-nesting": "^13.0.1",
"rehype": "^13.0.2"
},
"packageManager": "pnpm@9.14.4"
"packageManager": "pnpm@9.14.4",
"pnpm": {
"patchedDependencies": {
"astro": "patches/astro.patch"
}
}
}