Hi all
On my site https://new-schlosswochen.netlify.app/ when it is deployed, everything works fine. but for local development, using netlify dev
, no assets are visible. i only get 404’s instead of images and files.
due to the circumstances that i use markdown for content elements, its a huge impact. they also don’t get loaded.
i do include them like that:
<markdown
class="prose dark:prose-invert"
[src]="'assets/markdown/' + card.markdown + '.md'"
></markdown>
(Angular)
When i use absolute paths to https://new-schlosswochen.netlify.app/assets/markdown
i run into CORS problems.
i am pretty sure that this was running fine a few months ago…
do you have any idea what happened here?
Kind regards
Linus