mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
fix: 禁用Astro图片优化功能并添加补丁配置
添加astro.patch文件禁用图片优化功能,修改package.json和pnpm-lock.yaml以支持补丁依赖
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user