Skip to content

Commit

Permalink
fix attempt 2 for url cache issue
Browse files Browse the repository at this point in the history
  • Loading branch information
avidrucker committed Nov 1, 2023
1 parent 5eb0c3d commit 059a344
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/serviceWorker.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// This is the "service worker" which can intercept network requests.
const URLs_TO_CACHE = [
`${process.env.PUBLIC_URL}/`,
`${process.env.PUBLIC_URL}/index.html`,
`${process.env.PUBLIC_URL}/manifest.json`,
`/pwa-autofocus-app/`,
`/pwa-autofocus-app/index.html`,
`/pwa-autofocus-app/manifest.json`,
// Add other URLs, e.g., stylesheets, scripts, images, etc.
];

Expand Down

0 comments on commit 059a344

Please sign in to comment.