Skip to content

Commit

Permalink
add query params only
Browse files Browse the repository at this point in the history
  • Loading branch information
helios2003 committed Jul 30, 2024
1 parent 478c4bf commit 4c15ff5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/studio-next/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ export async function middleware(request: NextRequest) {
}

export const config = {
matcher: ['/:base64', '/:url'],
matcher: [
'/\\?base64=:base64',
'/\\?url=:url'
]
}

0 comments on commit 4c15ff5

Please sign in to comment.