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 529d0b3 commit 917024bCopy full SHA for 917024b
apps/web/middleware.ts
@@ -1,5 +1,5 @@
1
export const config = {
2
- matcher: ['/meme/:path*'],
+ matcher: ['/meme/quiz', '/meme/:memeId'],
3
};
4
5
export default async function middleware(request: Request) {
0 commit comments