mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-22 21:57:58 +01:00
* Update index.ts
* fix sw.js path
* Revert "Update index.ts"
This reverts commit e0b1d4239f
.
This commit is contained in:
parent
11afa8140c
commit
00bb403497
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ export default class MiOS extends EventEmitter {
|
|||
});
|
||||
|
||||
// The path of service worker script
|
||||
const sw = `/sw.${version}.${lang}.js`;
|
||||
const sw = `/sw.${version}.js`;
|
||||
|
||||
// Register service worker
|
||||
navigator.serviceWorker.register(sw).then(registration => {
|
||||
|
|
Loading…
Reference in a new issue