Skip to content

Commit

Permalink
Add mode to url
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandomema committed Dec 31, 2024
1 parent c327d99 commit b23f75d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/routes/(app)/play/[mode]/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import { EntryGenerator } from "./$types";
export const entries: EntryGenerator = () => {
return [
{ mode: 'preparty' },
{ mode: 'best-friends' },
{ mode: 'crazy' },
{ mode: 'hot' },
{ mode: 'teams' },
{ mode: 'christmas' },
];
};

0 comments on commit b23f75d

Please sign in to comment.