You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I tried including the custom favicon in the debug deployment (pointing it at master rather than the latest code release), following the instructions from #2192. However, I'm only able to see the default IDEMS trefoil icon, which was merged in #2203.
When opening the file config.ts in the debug deployment repo in VS Code, I see the problem Property 'favicon_asset' does not exist on type 'IDeploymentConfig'
Woops, the changes merged to the debug deployment didn't reflect the up-to-date code from #2192.
See this new PR for the debug deployment config: IDEMSInternational/app-debug-content#51
And for experimenting locally, the property assignment is now with this line: config.web.favicon_asset = "images/icons/favicon.svg"; (note .web)
Describe the bug
I tried including the custom favicon in the debug deployment (pointing it at
master
rather than the latest code release), following the instructions from #2192. However, I'm only able to see the default IDEMS trefoil icon, which was merged in #2203.When opening the file
config.ts
in the debug deployment repo in VS Code, I see the problemProperty 'favicon_asset' does not exist on type 'IDeploymentConfig'
App version
debug
deployment v0.1.2.9To Reproduce
Go to https://idems-debug.web.app/
Screenshots and videos
The text was updated successfully, but these errors were encountered: