antonreshetov / vue-unicons

1000+ Pixel-perfect svg icons for your next project as Vue components
https://antonreshetov.github.io/vue-unicons/
MIT License
998 stars 54 forks source link

Vue-unicons and gridsome configuration #30

Closed svengau closed 4 years ago

svengau commented 4 years ago

Hi, when I deploy a gridsome + vue-unicons project on netlify, I've got the following error:

5:28:02 AM: Could not generate HTML for "/tag/shoes/":
5:28:02 AM: ReferenceError: document is not defined
5:28:02 AM:     at addStyle (node_modules/vue-unicons/dist/vue-unicons.common.js:329:0)
...

I'm sure it's the same issue than with Nuxt.js, described in the documentatin, but I can't find the right configuration for gridsome.

Any idea ?

thanks

svengau commented 4 years ago

Ive found the solution here: https://github.com/gridsome/gridsome/issues/1059