pinelab-storefront-client
Advanced tools
Comparing version 0.41.0 to 0.41.1
@@ -19,8 +19,4 @@ 'use strict'; | ||
isClient = _a.isClient; | ||
// DNS prefetch for images from storage | ||
// preconnect for images from storage and cms | ||
head.link.push({ | ||
rel: 'dns-prefetch', | ||
href: '//storage.googleapis.com', | ||
}); | ||
head.link.push({ | ||
rel: 'preconnect', | ||
@@ -30,6 +26,2 @@ href: 'https://storage.googleapis.com', | ||
head.link.push({ | ||
rel: 'dns-prefetch', | ||
href: '//content.pinelab.studio', | ||
}); | ||
head.link.push({ | ||
rel: 'preconnect', | ||
@@ -36,0 +28,0 @@ href: 'https://content.pinelab.studio', |
{ | ||
"name": "pinelab-storefront-client", | ||
"version": "0.41.0", | ||
"version": "0.41.1", | ||
"description": "Generates static html pages with Gridsome and suplied Vue components", | ||
@@ -46,3 +46,3 @@ "author": "Martijn van de Brug <martijn@pinelab.studio>", | ||
}, | ||
"gitHead": "30f836382a2419aa9e8196400c69b2dfb3811015" | ||
"gitHead": "34d1222d19700bcc1e9b79e996bcd573e5c440b6" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
480967
3547