diff options
author | BO41 <lukasw41@gmail.com> | 2018-09-19 18:27:10 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-20 08:22:29 +0200 |
commit | fcc7c060374c3a547257d96af847352c14d6144b (patch) | |
tree | 203bd6a583a6b1285fb82236072827f881585fb8 /server/controllers/client.ts | |
parent | f41d6aacdf3b67e0c8d4e7a599b331d90aa607b7 (diff) | |
download | PeerTube-fcc7c060374c3a547257d96af847352c14d6144b.tar.gz PeerTube-fcc7c060374c3a547257d96af847352c14d6144b.tar.zst PeerTube-fcc7c060374c3a547257d96af847352c14d6144b.zip |
rename manifest
Diffstat (limited to 'server/controllers/client.ts')
-rw-r--r-- | server/controllers/client.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/controllers/client.ts b/server/controllers/client.ts index c33061289..73b40cf65 100644 --- a/server/controllers/client.ts +++ b/server/controllers/client.ts | |||
@@ -35,7 +35,7 @@ clientsRouter.use('' + | |||
35 | // Static HTML/CSS/JS client files | 35 | // Static HTML/CSS/JS client files |
36 | 36 | ||
37 | const staticClientFiles = [ | 37 | const staticClientFiles = [ |
38 | 'manifest.json', | 38 | 'manifest.webmanifest', |
39 | 'ngsw-worker.js', | 39 | 'ngsw-worker.js', |
40 | 'ngsw.json' | 40 | 'ngsw.json' |
41 | ] | 41 | ] |