Chore: update content-type

This commit is contained in:
SukkaW 2025-02-15 14:17:47 +08:00
parent 65558592cb
commit 15697a2b96

View File

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