ソースを参照

Chore: update content-type

SukkaW 1 年間 前
コミット
15697a2b96
1 ファイル変更2 行追加0 行削除
  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')