Static File Serving
When you add files to a /public
folder in your project, Flareact will serve those assets at your site root path.
For example, if you add public/favicon.ico
locally, it will be served at site.com/favicon.ico
.
Behind the scenes, Cloudflare stores these assets in the Workers KV and serves them directly on the edge.