We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96093c commit 8ebb101Copy full SHA for 8ebb101
apps/web/src/constants/path.ts
@@ -1,5 +1,5 @@
1
export const PATH = {
2
ROOT: '/',
3
- QUIZ: 'meme/quiz',
+ QUIZ: '/meme/quiz',
4
MEME_DETAIL: (memeId?: string) => `/meme/${memeId ?? ':memeId'}`,
5
} as const;
0 commit comments