Skip to content

Commit

Permalink
Try to fix prerender
Browse files Browse the repository at this point in the history
  • Loading branch information
milkcee12 committed Feb 22, 2024
1 parent 40b517b commit a0d71a8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/routes/(app)/archive/[slug]/+page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@ export async function load({ params }) {
};
}

/** @type {import('./$types').EntryGenerator} */
export function entries() {
return [{ slug: "" }];
}
export const prerender = true;

0 comments on commit a0d71a8

Please sign in to comment.