Hello,
I have an image in the footer, which is of course a snippet and is the same on every page.
background-image: url(“assets/images/raster-verlauf.png”);
It works for the index-page and its children but not their children. The Console says: not image found. I think there is a simple solution, but I don´t have any idea…
Should be
url('/assets/images/raster-verlauf.png')
1 Like