Static image host for CocoIndex. Drop a file, get a URL.
Served at: https://cocoindex.io/blobs/
Put it under public/ — the on-disk path becomes the URL path.
public/docs/img/examples/foo/cover.png
→ https://cocoindex.io/blobs/docs/img/examples/foo/cover.png
Commit & push to main. The Pages workflow builds and deploys.
npm install
npm run dev # → http://127.0.0.1:4321/blobs/
npm run buildThe index page at / auto-lists every image under public/.