Browse Source

Chore: update content-type

SukkaW 1 year ago
parent
commit
15697a2b96
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Build/build-public.ts

+ 2 - 0
Build/build-public.ts

@@ -59,6 +59,8 @@ export const buildPublic = task(require.main === module, __filename)(async (span
       '/Modules/*',
       '  content-type: text/plain; charset=utf-8',
       '/List/*',
+      '  content-type: text/plain; charset=utf-8',
+      '/Internal/*',
       '  content-type: text/plain; charset=utf-8'
     ],
     path.join(PUBLIC_DIR, '_headers')