npmrun
npmrun
same issue. Have you solve it?
代码好像没有i18n,改起来估计很多
`node_modules\astro-imagetools\integration\index.js` add this code ``` export default { name: "astro-imagetools", hooks: { "astro:config:setup": ......, // add this code async "astro:build:done"(){ const { default: closeBundle } = await import("../plugin/hooks/closeBundle.js"); await closeBundle()...
maybe you can try this:  if not add this name, i get the same issue with you.
Maybe like this  You can use `pnpm patch` to handle it temporarily.
 还没改,可以在这个地方加点东西让它不重定向
厉害了,我是用gulp自动全部变成绝对路径好了,对pjax不熟 > > > 有一个类似的情况,我切换页面的时候hexo-tag-aplayer不显示,刷新一下才会加载。 > > > > > > 同遇到 > > 在适当位置添加以下代码即可 > > ```js > window.addEventListener('pjax:success', () => { > loadMeting(); > }); > ``` >...
申请一下: ``` { "$schema": "../schema/friends.json", "title": "失落之城", "url": "https://blog.xieyaxin.top/", "description": "", "favicon": "https://blog.xieyaxin.top/avatar.jpg" } ```
👌,我也加一下