iconify / api

Iconify API script. Search engine for icons, provides icon data on demand for icon components, dynamically generates SVG.
MIT License
96 stars 34 forks source link

Privatized deployment issues #24

Open fengchuanBIG opened 7 months ago

fengchuanBIG commented 7 months ago

When deploying privately, I found that the deployment instructions were not updated to the latest and some parameters could not be found. And how to implement hot update after running the package generated by npm run build command?

cyberalien commented 7 months ago

You need to configure /update route. See https://iconify.design/docs/api/hosting-js/config.html#updating-icons

I use GitHub web hooks to trigger update on all servers on push to git repo.

fengchuanBIG commented 7 months ago

Thank you🙏, svg but how to customize the animation? I have some svg animations, how do I add them to them?