Hi everyone,
I’m deploying my WeWeb project to my own server via GitHub (self-hosted setup). I’m using one of the built-in icon libraries in WeWeb, and by default, all icons are being loaded from https://cdn.weweb.io/icons/.
I’d like to change this so that all icons load from my own server after deployment, without breaking icon rendering inside the WeWeb editor.
I tried modifying the path in More > Font Icons (deprecated) to point to my own domain, but this broke all icons inside the editor.
Is there a recommended way to:
Keep using the current icon library in the editor,
But serve icons from my own domain after GitHub deploy?
Thanks in advance!