Skip to content
This answer is still being written.

Are there any "righteous" people?

  1. Text goes here

Example (commented out) of loading image in src/assets (I used tsconfig to create an alias to this folder), which is auto optimized by Astro (note: only markdown code, not HTML code, can render images in this folder):

Example (commented out) of loading image in the public folder (non-optimized and simply dumped into production site, though Cloudflare may optimize it), whose path gets auto-rewritten to the base directory:



  • Text goes here.