Pages build preset
| Configuration option | Value | 
|---|---|
| Production branch | main | 
| Build command | npx gatsby build | 
| Build directory | public | 
| Configuration option | Value | 
|---|---|
| Production branch | main | 
| Build command | npx @cloudflare/next-on-pages@1 | 
| Build directory | .vercel/output/static | 
import { PagesBuildPreset } from "~/components"
<PagesBuildPreset framework="gatsby" /><PagesBuildPreset framework="next-js" />