Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akram-r committed Jan 22, 2024
1 parent ab92dc6 commit ada8f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default defineConfig({
},
},
{
urlPattern: /^https:\/\/www\.rocketium\.com\/*.(otf|ttf)/i,
urlPattern: /https:\/\/www\.rocketium\.com\/.*\.(ttf|otf|woff|woff2)/i,
handler: 'CacheFirst',
options: {
cacheName: 'rocketium-fonts-cache',
Expand Down

0 comments on commit ada8f92

Please sign in to comment.