Skip to content

Commit

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

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

0 comments on commit 9656df0

Please sign in to comment.