astro-paper icon indicating copy to clipboard operation
astro-paper copied to clipboard

fix: the local development failed to load the `src/assets/` images

Open nusr opened this issue 11 months ago • 0 comments

Steps To Reproduce

  • Run astro dev
  • Markdown image path use /src/assets/
![something](@assets/images/example.jpg)
<!-- OR -->
![something](../../assets/images/example.jpg)
  • Fail to load the image

https://docs.astro.build/en/guides/images/#configure-no-op-passthrough-service

nusr avatar Feb 29 '24 11:02 nusr