Skip to content

Commit

Permalink
Try pre-rendering home page
Browse files Browse the repository at this point in the history
  • Loading branch information
ddxv committed Nov 27, 2024
1 parent 2227c7f commit 9853263
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/src/routes/+page.server.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
export const ssr: boolean = true;
export const csr: boolean = true;

import type { PageServerLoad } from './$types.js';

export const prerender = false;

export const load: PageServerLoad = async ({ setHeaders, parent }) => {
const emptyResponse = {};
setHeaders({
Expand Down

0 comments on commit 9853263

Please sign in to comment.