|
@@ -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')
|