Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions website/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const image_service =
export default defineConfig({
// SSG by default; landing pages opt-in to SSR via `export const prerender = false`.
compressHTML: true,
session: false,
adapter: cloudflare({
// Prefer an explicit mode from the calling command so local docs workflows
// stay deterministic. Fall back to the Astro command name for direct
Expand Down
Loading