I have a file in the folder for a blog entry. So I have a blog page folder News containing a folder Meeting containing an item.md file and some .docx file. When I reference the docx file i.e. [file](file.docx) I get Not Found with an URL consisting of the website base URL followed by /News/Meeting/file.docx, i.e. the path without user/pages/ or number prefixes.
Obviously, when I add /user/pages into the URL and 01. before News the file is indeed found.
What am I doing wrong?
(Until now I’ve put all files into a global folder (images). That works fine, but isn’t maintainable.)