fix(errors): Add simplified message for MarkdownImageNotFound (#6718)

This commit is contained in:
Erika 2023-03-31 15:08:53 +02:00 committed by GitHub
parent b755bd62ff
commit 9cc7329759
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -600,6 +600,8 @@ See https://docs.astro.build/en/guides/server-side-rendering/ for more informati
},
/**
* @docs
* @message
* Could not find requested image `IMAGE_PATH` at `FULL_IMAGE_PATH`.
* @see
* - [Assets (Experimental)](https://docs.astro.build/en/guides/assets/)
* @description