]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/client.ts
move to boolean switch
[github/Chocobozzz/PeerTube.git] / server / controllers / client.ts
index c33061289c947487a33a5e23e91ed1bf9cfce74f..73b40cf6513c3941fe5fe9ef1b76c9691db0a456 100644 (file)
@@ -35,7 +35,7 @@ clientsRouter.use('' +
 // Static HTML/CSS/JS client files
 
 const staticClientFiles = [
-  'manifest.json',
+  'manifest.webmanifest',
   'ngsw-worker.js',
   'ngsw.json'
 ]