We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4fb9f commit 477d855Copy full SHA for 477d855
public/sw.js
@@ -1,4 +1,4 @@
1
-const CACHE_NAME = `texlyre-v${process.env.npm_package_version || '1'}`;
+const CACHE_NAME = `texlyre-v1.0.1`; //`texlyre-v${process.env.npm_package_version || '1'}`;
2
const BASE_PATH = '/texlyre/';
3
4
console.log('[SW] Service Worker loading with base path:', BASE_PATH);
0 commit comments