Skip to content

Commit

Permalink
fix: Page -> Board Not Found
Browse files Browse the repository at this point in the history
  • Loading branch information
Eein committed Dec 5, 2024
1 parent cd9a4b8 commit da5cbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/game/[slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const {
if (leaderboardError?.status === 404) {
throw createError({
statusCode: 404,
statusMessage: 'Page Not Found',
statusMessage: 'Board Not Found',
fatal: true,
})
}
Expand Down

0 comments on commit da5cbd1

Please sign in to comment.