Custom background not loading #2396
|
I've read through https://gethomepage.dev/v0.8.2/configs/settings/#background-image, and I restarted the Container after I added a new image. There's no error in the CLI, and nothing displayed on the page. I went to http://localhost:3000/images/<IMAGE_NAME> and it loaded, so the Server has access to the image. My # background: "/images/<IMAGE_NAME>"
background:
image: "/images/<IMAGE_NAME>"Image: |
Replies: 3 comments 3 replies
|
Hmm, things havent changed here recently as I recall. What if you set it to e.g. https://images.unsplash.com/photo-1681802731183-c07ee779dabd ? |
|
Figured it out. The image name had spaces. Tested with: I would think that quoting the path would negate this issue. Bug? |
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. |
Figured it out. The image name had spaces.
Tested with:
I would think that quoting the path would negate this issue. Bug?