diff --git a/middleware.ts b/middleware.ts index 2b48b29..cb4756a 100644 --- a/middleware.ts +++ b/middleware.ts @@ -12,5 +12,7 @@ export const config = { // Skip all paths that aren't pages that you'd like to internationalize. // If you use the `public` folder, make sure your static assets are ignored // (e.g. by moving them to a shared folder that is referenced here). - matcher: ['/((?!api|_next|_vercel|favicon.ico|assets|studio).*)'], + matcher: [ + '/((?!api|_next|_vercel|favicon.ico|assets|studio|29f57913ffd7e20819ae33051df453aa.txt).*)', + ], }