Concept Flow - Public directory for static assets
Start: Place files in /public
Build or Run Astro
Astro copies /public as-is
Files served at root URL
Browser requests static asset
Server delivers file from /public
Browser displays or uses asset
End
Static files placed in the /public folder are copied as-is and served from the root URL when the site runs.