Uyloal
Uyloal
对于托管,需要设定一些配置 ## Netlify 在根目录添加 `netlify.toml` 文件并填入以下内容 **netlify.toml** ```toml [[redirects]] from = "/*" to = "/index.html" ``` ## Vercel 依旧是根目录,添加 `vercel.json`,添加以下内容 **vercel.json** ```json { "version": 2, "routes": [ { "handle": "filesystem"...
建议不要使用 hexo server,build 之后使用 nginx 做静态服务。 需要配置一下 nginx,参考 https://router.vuejs.org/zh/guide/essentials/history-mode.html#后端配置例子。 或者寻找一下 hexo server 配置路径重定向的配置。 @zhongwei-li
需要添加 hexo latex 相关插件,在 https://hexo.io/plugins/ 搜索
可以给出更多信息,方便定位。比如 config.yml 中的配置、是否有 post 等。
配置了多个作者吗
你是不是删掉/注释了某个配置项
Hi @MattKiazyk , I also met this crash. Feels like the crash will happen in the Xcode install steps, I met the crash when I scroll and unzip the xip...
@MattKiazyk I think it's not caused by XcodesApp. When I quit [AltTab](https://github.com/lwouis/alt-tab-macos) app, crash never happened. Hi, @EthanLipnik. Did you also have AltTab installed?
@nathanbrizzee-cdcr @Hebilicious This issue looks like something limited by nuxt router. (generate routes in the pages folder and only navigate on the client And it works well while set external...