mirror of
https://github.com/cloudmaker97/DurstRechner.git
synced 2025-12-05 23:48:39 +00:00
Replace index.html
This commit is contained in:
parent
b0cff2c55f
commit
f3cb932654
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ const FILES_TO_CACHE = [
|
|||
|
||||
|
||||
const FILES_TO_CACHE_PREFIXED = FILES_TO_CACHE.map(e => {
|
||||
let origin = self.location.origin;
|
||||
let origin = self.location.href.replace('index.html', '');
|
||||
return origin + e;
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue