vuepress-reco / vuepress-theme-reco

🎨 This is the repo for vuepress-theme-reco 2.
https://vuepress-theme-reco.recoluan.com
MIT License
538 stars 173 forks source link

Social buttons cannot be rendered #236

Closed vlssu closed 9 months ago

vlssu commented 10 months ago

Bug report

Some components cannot be rendered

What is actually happening?

There are social buttons in the original position of the picture, but now the latest version cannot be rendered image image

Other relevant information

recoluan commented 9 months ago

vuepress-theme-reco@2.x is used to configure icons through Xicons. Only carbon 1 icon is integrated in Xicons.

vlssu commented 9 months ago

vuepress-theme-reco@2.x is used to configure icons through Xicons. Only carbon 1 icon is integrated in Xicons.

I forgot to add, I did use Xicons. Only carbon 1 icon

blog:
  socialLinks:
    - { icon: 'BrandGithub', link: '*********' }
    - { icon: 'BrandGmail', link: '*********' }
    - { icon: 'DeviceTv', link: '*********' }
    - { icon: 'Qq', link: '*********' }
    # - { icon: 'BrandTelegram', link: '*********' }
    - { icon: 'BrandDiscord', link: '*********' }
    - { icon: 'Donate', link: '*********' }
recoluan commented 9 months ago

The icon name is wrong.

image