X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fcontrollers%2Fclient.ts;h=73b40cf6513c3941fe5fe9ef1b76c9691db0a456;hb=ed638e5325096ef580da20f370ac61c59cd48cf7;hp=c33061289c947487a33a5e23e91ed1bf9cfce74f;hpb=d73c98884ec7f970ed95a01fb2d445d10c53c817;p=github%2FChocobozzz%2FPeerTube.git 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('' + // Static HTML/CSS/JS client files const staticClientFiles = [ - 'manifest.json', + 'manifest.webmanifest', 'ngsw-worker.js', 'ngsw.json' ]