mirror of
https://github.com/Lissy93/awesome-privacy.git
synced 2026-03-11 08:55:33 +00:00
Updates how adapters are called, plus new screenshot grid
This commit is contained in:
parent
fc33d3855f
commit
6f83b8f2ff
2 changed files with 4 additions and 4 deletions
BIN
.github/screenshots/grid.png
vendored
BIN
.github/screenshots/grid.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 3 MiB After Width: | Height: | Size: 2.6 MiB |
|
|
@ -25,13 +25,13 @@ const integrations = [svelte(), partytown(), sitemap()];
|
|||
|
||||
// Set the appropriate adapter, based on the deploy target
|
||||
const adapter = {
|
||||
vercel: vercelAdapter(),
|
||||
netlify: netlifyAdapter(),
|
||||
cloudflare: cloudflareAdapter(),
|
||||
vercel: vercelAdapter,
|
||||
netlify: netlifyAdapter,
|
||||
cloudflare: cloudflareAdapter,
|
||||
node: nodeAdapter({
|
||||
mode: 'standalone',
|
||||
}),
|
||||
}[deployTarget];
|
||||
}[deployTarget]();
|
||||
|
||||
// Export Astro configuration
|
||||
export default defineConfig({ output, integrations, site, adapter });
|
||||
|
|
|
|||
Loading…
Reference in a new issue