Are there any "righteous" people?
Answer
Section titled “Answer”- 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:
Explanation
Section titled “Explanation”- Text goes here.