Back to Qwik

@builder.io/qwik-city/vite/static API Reference

packages/docs/src/routes/api/qwik-city-vite-static/index.mdx

1.7.1937 B
Original Source

API › @builder.io/qwik-city/vite/static

<h2 id="staticadapter">staticAdapter</h2>
typescript
export declare function staticAdapter(opts: StaticGenerateAdapterOptions): any;
<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

opts

</td><td>

StaticGenerateAdapterOptions

</td><td> </td></tr> </tbody></table>

Returns:

any

Edit this section

<h2 id="staticgenerateadapteroptions">StaticGenerateAdapterOptions</h2>
typescript
export interface StaticGenerateAdapterOptions extends Omit<StaticGenerateRenderOptions, 'outDir'>

Extends: Omit<StaticGenerateRenderOptions, 'outDir'>

Edit this section