diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-13 15:33:59 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-13 16:00:37 +0100 |
| commit | 7dd09b51c733532ecb54951237f94368dd11badd (patch) | |
| tree | 50acacd22b96213a7ebed7f86f113802dcc292fe /communities/red-right-hand/174bg.net/src/proxy.js | |
| parent | ffe99a7490325366e230786c8bb89616c1a2dcb4 (diff) | |
| download | unnamed-group-7dd09b51c733532ecb54951237f94368dd11badd.tar unnamed-group-7dd09b51c733532ecb54951237f94368dd11badd.tar.gz unnamed-group-7dd09b51c733532ecb54951237f94368dd11badd.tar.bz2 unnamed-group-7dd09b51c733532ecb54951237f94368dd11badd.tar.xz unnamed-group-7dd09b51c733532ecb54951237f94368dd11badd.zip | |
remove clerk auth
Diffstat (limited to 'communities/red-right-hand/174bg.net/src/proxy.js')
| -rw-r--r-- | communities/red-right-hand/174bg.net/src/proxy.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/communities/red-right-hand/174bg.net/src/proxy.js b/communities/red-right-hand/174bg.net/src/proxy.js deleted file mode 100644 index 21b699f..0000000 --- a/communities/red-right-hand/174bg.net/src/proxy.js +++ /dev/null @@ -1,12 +0,0 @@ -import { clerkMiddleware } from "@clerk/nextjs/server"; - -export default clerkMiddleware(); - -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)(.*)", - ], -}; |
