saicaca / hexo-theme-vivia

A clean and minimalist theme for Hexo.
https://saicaca.github.io/vivia-preview/
MIT License
329 stars 40 forks source link

font-awesome图标丢失 #49

Closed DaydreamerH closed 6 months ago

DaydreamerH commented 6 months ago

font-awesome的图标发生丢失 image

links:
  - name: GitHub
    icon: fa-brands fa-github
    url: https://github.com/DaydreamerH
  - name: Email
    icon: fa-brands fa-envelop
    url: xxx

同样也出现在末尾翻页条处 image 对应网站:https://daydreamerh.github.io/

获取图标报错如下: image 显示跨域问题,是指定图标网站不公开资源了嘛? (像是miku在引流 小白不懂,求大佬指教

saicaca commented 6 months ago

https://github.com/staticfile/static/issues/662 是 CDN 错误设置 allow-origin 导致的,现在只能等 CDN 那边修复

DaydreamerH commented 6 months ago

好的,谢谢