fix(errors): Add simplified message for MarkdownImageNotFound (#6718)
This commit is contained in:
parent
b755bd62ff
commit
9cc7329759
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue