frontend: re-enable server-side rendering

Allows the frontend to be used without JavaScript enabled

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2023-02-13 20:26:09 +01:00
parent 08975295ba
commit 7d36ee6262
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1 @@
export const prerender = true;
export const ssr = false;
export const prerender = true;