diff --git a/frontend/src/global/mimetype.ts b/frontend/src/global/mimetype.ts index e618ab7d2..c9c2e3743 100644 --- a/frontend/src/global/mimetype.ts +++ b/frontend/src/global/mimetype.ts @@ -95,6 +95,10 @@ export const Languages = [ label: 'css', value: ['css'], }, + { + label: 'ini', + value: ['ini'], + }, ]; export const Rewrites = [