Skip to content

Commit 477d855

Browse files
committed
Fixed PWA caching mechanism (Attempt 4) - REMOVE FROM HISTORY
1 parent 9d4fb9f commit 477d855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = `texlyre-v${process.env.npm_package_version || '1'}`;
1+
const CACHE_NAME = `texlyre-v1.0.1`; //`texlyre-v${process.env.npm_package_version || '1'}`;
22
const BASE_PATH = '/texlyre/';
33

44
console.log('[SW] Service Worker loading with base path:', BASE_PATH);

0 commit comments

Comments
 (0)