File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 30
30
31
31
< link rel ="preconnect " href ="https://www.google-analytics.com ">
32
32
33
+ {% include lux.html %}
34
+
33
35
< style >
34
36
35
37
{% include css/ csswizardry.min .css %}
Original file line number Diff line number Diff line change
1
+ < script src ="https://cdn.speedcurve.com/js/lux.js?id=47684395 " async defer > </ script >
2
+ < script >
3
+ LUX = window . LUX || { } ;
4
+ LUX . samplerate = 100 ;
5
+ </ script >
Original file line number Diff line number Diff line change 1
- var cacheName = 'csswizardry:0024 ' ;
1
+ var cacheName = 'csswizardry:0025 ' ;
2
2
var cacheFiles = [
3
3
'/' ,
4
4
'/about/' ,
@@ -53,7 +53,7 @@ self.addEventListener('fetch', function(event) {
53
53
// Empty out any caches that don’t match the ones listed.
54
54
self . addEventListener ( 'activate' , function ( event ) {
55
55
56
- var cacheWhitelist = [ 'csswizardry:0024 ' ] ;
56
+ var cacheWhitelist = [ 'csswizardry:0025 ' ] ;
57
57
58
58
event . waitUntil (
59
59
caches . keys ( ) . then ( function ( cacheNames ) {
You can’t perform that action at this time.
0 commit comments