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
I spent 30 minutes diagnosing the issue and was checking the browser console for errors. I initially thought there was a problem with the code because requests were being made to <ip_address>/resources instead of <ip_address>/assets. Thank you for pointing out the missing leading slash in the main example— I would have spent much more time troubleshooting otherwise.
Describe the bug
Example
config.yml
file has an incorrect string forbackground-image:
that doesn't work for actually pointing to a local file.Configuration
The correct string should be:
Current example misses the leading '/'
The text was updated successfully, but these errors were encountered: