Skip to content

Commit

Permalink
Update middleware.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity authored Jan 31, 2025
1 parent 1f5cf59 commit 61e5c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fern-docs/bundle/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ export const config = {
* - _next/image (image optimization files)
* - favicon.ico (favicon file)
*/
"/((?!api/fern-docs|_next/static|_next/image|_vercel|favicon.ico).*)",
"/((?!api/fern-docs|.well-known|_next/static|_next/image|_vercel|favicon.ico).*)",
],
};

0 comments on commit 61e5c84

Please sign in to comment.