Hi all, I’m having an issue on my production server where images are 404’ing because the files aren’t being copied over from the /content
folder. Kirby seems to be able to write, as the correct folder structure is being generated.
EDIT: I should also note that I’m using Kirby as a headless cms if that makes any difference. Manually outputting the files via `page->files() in a template doesn’t seem to work either.
For reference I’m running Kirby 3.3.2 with NGINX and php7.3-fpm.
Any ideas?