IDEMSInternational / open-app-builder

PLH App Frontend
GNU General Public License v3.0
5 stars 24 forks source link

[FEATURE] Refactor: custom favicon should replace default asset #2202

Open jfmcquade opened 5 months ago

jfmcquade commented 5 months ago

What? After #2192, authors can specify a custom asset to be used as the favicon in browsers. Currently, this works by overriding the default asset at runtime. A better method would be to replace the default favicon file with the custom asset file as part of the build process.

Why? See discussion on #2192.