Deploy/Adapters/Netlify/API reference
@sigx/netlify · Stable

API reference#

Exports of @sigx/netlify v0.13.0.

netlify#

Create the Netlify adapter for sigx({ ssr: { adapter } }) — a fully bundled function emitted through the Frameworks API (.netlify/v1/functions/sigx-ssr/), with preferStatic catch-all routing.

TypeScript
function netlify(options?: NetlifyAdapterOptions): SigxAdapter

interface NetlifyAdapterOptions {
  /** Platform entry (project-relative), scaffolded iff absent. Default 'src/entry.netlify.ts'. */
  entry?: string;
}

See Deploying to Netlify for the generated layout and routing policy.