João Magalhães
João Magalhães
So that all image sizes are readily available if you need to iterate over them (for responsive images, for instance).
This allows us to use vercel's ISR and [prerender functions](https://vercel.com/docs/build-output-api/v3#vercel-primitives/prerender-functions). To enable ISR/Prerender, pass in the prerender function. ```js import { defineConfig } from "vite" import solid from "solid-start/vite" import...
### Bug description I was trying to use the api to access individual drafts. While it works when using the collection index: `api/collections/articles/entries?filter[status:is]=draft&fields=id` ```json { "data": [ { "id": "28e138b9-17be-4dc5-a59b-f0dc31cf8c41"...