added cloudflare server render and deploy

This commit is contained in:
zach
2026-02-24 12:37:23 -05:00
parent dfe8254697
commit 585c017e8d
3 changed files with 1368 additions and 5 deletions

View File

@@ -1,6 +1,9 @@
// @ts-check
import { defineConfig } from 'astro/config';
import cloudflare from '@astrojs/cloudflare';
// https://astro.build/config
export default defineConfig({
});
adapter: cloudflare()
});