Skip to content

Commit

Permalink
HOTFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
yeyounging committed Nov 28, 2024
1 parent 9df16d9 commit 478e126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ export function middleware(req: NextRequest) {
return NextResponse.next()
}

export const config = ['/*']
export const config = ['/:path*']

0 comments on commit 478e126

Please sign in to comment.