未找到图片。
ImageNotFound:找不到请求的图片
IMAGE_PATH
。它存在吗?¥ImageNotFound: Could not find requested image
IMAGE_PATH
. Does it exist?
什么地方出了错?
Section titled 什么地方出了错?¥What went wrong?
Astro 找不到你导入的图片。通常,这只是由路径中的拼写错误引起的。
¥Astro could not find an image you imported. Often, this is simply caused by a typo in the path.
Markdown 中的图片是相对于当前文件的。要引用与 .md
文件位于同一文件夹中的图片,路径应以 ./
开头
¥Images in Markdown are relative to the current file. To refer to an image that is located in the same folder as the .md
file, the path should start with ./
也可以看看:
¥See Also:
Error Reference