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 a9f8379 commit d12dd9e
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.xml|sitemap-0.xml|robots.txt|logo.svg).*)",
"/((?!api|_next/static|_next/image|favicon.ico|sitemap.*|robots.txt|logo.(png|svg)).*)",
],
};

0 comments on commit d12dd9e

Please sign in to comment.