Remove clutter

This commit is contained in:
Andras Schmelczer 2026-07-12 21:33:49 +01:00
parent 728dcdb3d9
commit 53ef4d9147
9 changed files with 11 additions and 16 deletions

View file

@ -15,7 +15,6 @@ const textExtensions = new Set([
'.mjs',
'.ts',
'.txt',
'.vtt',
'.webmanifest',
'.xml',
]);

View file

@ -29,7 +29,6 @@ const textExtensions = new Set([
'.mjs',
'.ts',
'.txt',
'.vtt',
'.webmanifest',
'.xml',
]);

View file

@ -79,7 +79,6 @@ const MIME = {
'.woff2': 'font/woff2',
'.mp4': 'video/mp4',
'.webm': 'video/webm',
'.vtt': 'text/vtt; charset=utf-8',
'.pdf': 'application/pdf',
};