test
This commit is contained in:
parent
20b4540ac1
commit
fac9ac8f12
@ -10,6 +10,8 @@ export const getTextContentType = (ext: string) => {
|
|||||||
'.mjs',
|
'.mjs',
|
||||||
'.map',
|
'.map',
|
||||||
'.json5',
|
'.json5',
|
||||||
|
'.pem',
|
||||||
|
'.crt',
|
||||||
];
|
];
|
||||||
const include = textContentTypes.includes(ext);
|
const include = textContentTypes.includes(ext);
|
||||||
if (!include) {
|
if (!include) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user