I’m encountering an issue where background images are displayed correctly while working in the editor, but after deploying the project, the background images do not appear on the live site. What could be causing this problem? Are there any common reasons for background images working locally but failing after deployment, such as path issues, hosting configurations, or asset handling during the build process?
1 Like
Yes, same here. Background images are not published with the root url of weweb CDN (https://cdn.weweb.io/), but the domain of our site, which obviously returns a 404.
Hi, can you guys publish the app again?
2 Likes
bug fix
Thanks!