@hkdigital/lib-core 0.5.20 → 0.5.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -116,7 +116,7 @@ export function generateResponseConfigs(options) {
|
|
|
116
116
|
...configPairs,
|
|
117
117
|
w: String(w),
|
|
118
118
|
format: 'png',
|
|
119
|
-
|
|
119
|
+
ensureAlpha: '1'
|
|
120
120
|
};
|
|
121
121
|
});
|
|
122
122
|
// console.log('Returning favicon configs:', faviconConfigs);
|
|
@@ -130,7 +130,7 @@ export function generateResponseConfigs(options) {
|
|
|
130
130
|
...configPairs,
|
|
131
131
|
w: String(w),
|
|
132
132
|
format: 'png',
|
|
133
|
-
|
|
133
|
+
ensureAlpha: '1'
|
|
134
134
|
};
|
|
135
135
|
});
|
|
136
136
|
// console.log('Returning apple-touch-icon configs:', appleTouchConfigs);
|