Enabled SSR with pre-renders

- Enable server output mode
- Pre-render for (almost) every .astro file
- Fixed custom middleware
This commit is contained in:
2024-07-08 23:01:44 +02:00
parent 397ba05c7c
commit 7a71a66dc7
14 changed files with 25 additions and 15 deletions

View File

@ -1,4 +1,5 @@
---
export const prerender = true;
import { ContactButton } from "./ContactButton";
---