File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/docs/src/routes/api Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: \@builder.io/qwik-city/vite/azure-swa API Reference
44
55# [ API] ( /api ) &rsaquo ; @builder .io/qwik-city/vite/azure-swa
66
7- < h2 id = " azureswaadapter " > azureSwaAdapter</ h2 >
7+ ## azureSwaAdapter
88
99``` typescript
1010export declare function azureSwaAdapter(opts ? : AzureSwaAdapterOptions ): any ;
4444
4545[ Edit this section] ( https://github.com/QwikDev/qwik/tree/main/packages/qwik-city/src/adapters/azure-swa/vite/index.ts )
4646
47- < h2 id = " azureswaadapteroptions " > AzureSwaAdapterOptions</ h2 >
47+ ## AzureSwaAdapterOptions
4848
4949``` typescript
5050export interface AzureSwaAdapterOptions extends ServerAdapterOptions
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: \@builder.io/qwik-city/vite/static API Reference
44
55# [ API] ( /api ) &rsaquo ; @builder .io/qwik-city/vite/static
66
7- < h2 id = " staticadapter " > staticAdapter</ h2 >
7+ ## staticAdapter
88
99``` typescript
1010export declare function staticAdapter(opts : StaticGenerateAdapterOptions ): any ;
4242
4343[ Edit this section] ( https://github.com/QwikDev/qwik/tree/main/packages/qwik-city/src/adapters/static/vite/index.ts )
4444
45- < h2 id = " staticgenerateadapteroptions " > StaticGenerateAdapterOptions</ h2 >
45+ ## StaticGenerateAdapterOptions
4646
4747``` typescript
4848export interface StaticGenerateAdapterOptions extends Omit <StaticGenerateRenderOptions , ' outDir' >
You can’t perform that action at this time.
0 commit comments