API โบ @builder.io/qwik-city/vite/netlify-edge
netlifyEdgeAdapter
export declare function netlifyEdgeAdapter(
opts?: NetlifyEdgeAdapterOptions,
): any;
Parameter | Type | Description |
---|---|---|
opts | (Optional) |
Returns:
any
NetlifyEdgeAdapterOptions
export interface NetlifyEdgeAdapterOptions extends ServerAdapterOptions
Extends: ServerAdapterOptions
Property | Modifiers | Type | Description |
---|---|---|---|
string | string[] | (Optional) Manually add path pattern that should be excluded from the edge function routes that are created by the 'manifest.json' file. If not specified, the following paths are excluded by default:
https://docs.netlify.com/edge-functions/declarations/\#declare-edge-functions-in-netlify-toml | ||
boolean | (Optional) Determines if the build should generate the edge functions declarations https://docs.netlify.com/edge-functions/declarations/ Defaults to | ||
string[] | (Optional) Manually add pathnames that should be treated as static paths and not SSR. For example, when these pathnames are requested, their response should come from a static file, rather than a server-side rendered response. |