Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect example for background-image in example config.yml file #769

Open
JamieMcH opened this issue Apr 18, 2024 · 1 comment
Open

Incorrect example for background-image in example config.yml file #769

JamieMcH opened this issue Apr 18, 2024 · 1 comment

Comments

@JamieMcH
Copy link

Describe the bug
Example config.yml file has an incorrect string for background-image: that doesn't work for actually pointing to a local file.

Configuration
The correct string should be:

background-image: "/assets/your/light/bg.png"

Current example misses the leading '/'

@DarkenLight
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants