API › @builder.io/qwik-city/middleware/netlify-edge

createQwikCity

export declare function createQwikCity(
  opts: QwikCityNetlifyOptions,
): (request: Request, context: Context) => Promise<Response>;

パラメータ

説明

opts

QwikCityNetlifyOptions

(request: Request, context: Context) => Promise<Response>

このセクションを編集

PlatformNetlify

export interface PlatformNetlify extends Partial<Omit<Context, 'next' | 'cookies'>>

拡張: Partial<Omit<Context, 'next' | 'cookies'>>

このセクションを編集

QwikCityNetlifyOptions

export interface QwikCityNetlifyOptions extends ServerRenderOptions

拡張: ServerRenderOptions

このセクションを編集