Skip to content

Commit

Permalink
feat: update request filter pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed May 27, 2024
1 parent 89464a4 commit 3acdf79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,6 @@ export const filterRequestPaths = [
'**.jpg',
'**.png',
'**.xml',
'**.ico'
'**.ico',
'**.webp'
]
3 changes: 2 additions & 1 deletion config.example.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,6 @@ export const filterRequestPaths = [
'**.jpg',
'**.png',
'**.xml',
'**.ico'
'**.ico',
'**.webp'
]

0 comments on commit 3acdf79

Please sign in to comment.