fix playlist preload

This commit is contained in:
Matt Walsh
2025-03-27 10:36:28 -05:00
parent e8f69ce28b
commit 560b51ccee
2 changed files with 2 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ const uploadSources = [
'dist/**',
'!dist/**/*.map',
];
const upload = () => src(uploadSources, { base: './dist' })
const upload = () => src(uploadSources, { base: './dist', encoding: false })
.pipe(s3({
Bucket: 'weatherstar',
StorageClass: 'STANDARD',