Remove clutter
This commit is contained in:
parent
728dcdb3d9
commit
53ef4d9147
9 changed files with 11 additions and 16 deletions
|
|
@ -15,7 +15,6 @@ const textExtensions = new Set([
|
|||
'.mjs',
|
||||
'.ts',
|
||||
'.txt',
|
||||
'.vtt',
|
||||
'.webmanifest',
|
||||
'.xml',
|
||||
]);
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ const textExtensions = new Set([
|
|||
'.mjs',
|
||||
'.ts',
|
||||
'.txt',
|
||||
'.vtt',
|
||||
'.webmanifest',
|
||||
'.xml',
|
||||
]);
|
||||
|
|
|
|||
|
|
@ -79,7 +79,6 @@ const MIME = {
|
|||
'.woff2': 'font/woff2',
|
||||
'.mp4': 'video/mp4',
|
||||
'.webm': 'video/webm',
|
||||
'.vtt': 'text/vtt; charset=utf-8',
|
||||
'.pdf': 'application/pdf',
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue