Enabled SSR with pre-renders
- Enable server output mode - Pre-render for (almost) every .astro file - Fixed custom middleware
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
---
|
||||
export const prerender = true;
|
||||
import { ContactButton } from "./ContactButton";
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user