Skip to content

Commit

Permalink
fix: remove cache first on line schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
ludchieng committed Jan 24, 2023
1 parent f34b25b commit fb18ed4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions public/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,3 @@ registerRoute(
cacheName: 'img-mui',
}),
)

registerRoute(
({ url }) => url.pathname.startsWith('/schemas/'),
new CacheFirst({
cacheName: 'schemas',
}),
)

0 comments on commit fb18ed4

Please sign in to comment.