Skip to content

Commit

Permalink
Merge pull request #31 from SkyLightQP/develop
Browse files Browse the repository at this point in the history
HOTFIX: add `xml` extension
  • Loading branch information
SkyLightQP authored Nov 14, 2024
2 parents be840bd + b69cd2b commit 81abcb7
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 @@ -14,6 +14,6 @@ export const config = {
* - favicon.ico (favicon file)
* Feel free to modify this pattern to include more paths.
*/
'/((?!_next/static|_next/image|favicon.ico|.*\\.(?:svg|png|jpg|jpeg|gif|webp|txt)$).*)'
'/((?!_next/static|_next/image|favicon.ico|.*\\.(?:svg|png|jpg|jpeg|gif|webp|txt|xml)$).*)'
]
};

0 comments on commit 81abcb7

Please sign in to comment.