skyfury
Results
5
comments of
skyfury
重新编译
you should run `yarn build` or `npm run build` in `themes/hexo-theme-aurora`
添加这个配置 ``` configureWebpack: { module: { rules: [ { test: /\.mjs$/, include: /node_modules/, type: "javascript/auto" } ] } }, ```
_posts 里面不要加子文件好像就没有问题,我是这样解决的,虽然感觉不太靠谱