Created
July 17, 2024 21:59
-
-
Save bmorrisondev/70b44805276a97787a9a6bce1a2140c1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const config = { | |
matcher: [ | |
// Skip Next.js internals and all static files, unless found in search params | |
'/((?!_next|[^?]*\\.(?:html?|css|js(?!on)|jpe?g|webp|png|gif|svg|ttf|woff2?|ico|csv|docx?|xlsx?|zip|webmanifest)).*)', | |
// Always run for API routes | |
'/(api|trpc)(.*)', | |
], | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment