File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ const uploadSources = [
138
138
'dist/**' ,
139
139
'!dist/**/*.map' ,
140
140
] ;
141
- const upload = ( ) => src ( uploadSources , { base : './dist' } )
141
+ const upload = ( ) => src ( uploadSources , { base : './dist' , encoding : false } )
142
142
. pipe ( s3 ( {
143
143
Bucket : 'weatherstar' ,
144
144
StorageClass : 'STANDARD' ,
Original file line number Diff line number Diff line change 14
14
<meta name =" apple-mobile-web-app-status-bar-style" content =" black-translucent" />
15
15
<link rel =" manifest" href =" manifest.json" />
16
16
<link rel =" icon" href =" images/Logo192.png" />
17
- <link rel =" preload" href =" playlist.json" />
17
+ <link rel =" preload" href =" playlist.json" as = " fetch " />
18
18
<meta property =" og:image" content =" https://weatherstar.netbymatt.com/images/social/1200x600.png" >
19
19
<meta property =" og:image:width" content =" 1200" >
20
20
<meta property =" og:image:height" content =" 627" >
You can’t perform that action at this time.
0 commit comments