Hello,
when in development server mode, it seems that hugo is not delivering all the static files, which are in my folder.
I come to believe that it’s only serving those files, that are explicitly referenced in html (I could reproduce this).
However I’m referencing some svg files in my css (e.g. with background-image: url(img/logo.svg), and these files are not published by the server.
How can I achieve this?