Skip to content

Commit

Permalink
fix: sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
juliankoehn committed Feb 14, 2025
1 parent 4937210 commit efa2f6d
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 @@ -34,6 +34,6 @@ export const config = {
* Match all requests paths except for the onse starting with
* - api (API routes)
*/
"/((?!api|_next/static|_next/image|favicon.ico|sitemap.*|robots.txt|logo.svg).*)",
"/((?!api|_next/static|_next/image|favicon.ico|sitemap*|robots.txt|logo.svg).*)",
],
};

0 comments on commit efa2f6d

Please sign in to comment.