Copy security.txt to dist folder when building

This commit is contained in:
Nariman Jelveh 2024-03-13 17:17:20 -07:00
parent 549ec6b362
commit ede374ad95

View File

@ -158,8 +158,12 @@ async function build(options){
);
const copy_these = [
'images', 'favicons',
'browserconfig.xml', 'manifest.json', 'favicon.ico',
'images',
'favicons',
'browserconfig.xml',
'manifest.json',
'favicon.ico',
'security.txt',
];
const recursive_copy = (src, dest) => {