1. 程式人生 > >hexo next 主題字型圖示失效(丟失)

hexo next 主題字型圖示失效(丟失)

hexo next 字型圖示都不顯示了, 報錯如下:

localhost/:1 Refused to apply style from 'http://localhost:4000/lib/font-awesome/css/font-awesome.min.css?v=4.6.2' 
because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

通過一系列的嘗試,找到了解決辦法。如下:

  1. blogl\themes\next6\layout\_partials\head\head.siwg
    中搜索font如圖:
    重點看77行的檔案路徑去對應得地方看看有沒有該字型檔案,如果沒有就去下載一份改名放進來即可。下載地址點選跳轉
    在這裡插入圖片描述
    以上都做完以後開啟 git bash
  • 首先清理一下快取 hexo clean
  • 然後執行hexo s即可