api icon indicating copy to clipboard operation
api copied to clipboard

Privatized deployment issues

Open fengchuanBIG opened this issue 1 year ago • 2 comments

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?

fengchuanBIG avatar Dec 15 '23 03:12 fengchuanBIG

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.

cyberalien avatar Dec 15 '23 10:12 cyberalien

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

fengchuanBIG avatar Dec 17 '23 07:12 fengchuanBIG