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 3030
3131< link rel ="preconnect " href ="https://www.google-analytics.com ">
3232
33+ {% include lux.html %}
34+
3335< style >
3436
3537 {% 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:0026 ' ;
22var cacheFiles = [
33 '/' ,
44 '/about/' ,
@@ -53,7 +53,7 @@ self.addEventListener('fetch', function(event) {
5353// Empty out any caches that don’t match the ones listed.
5454self . addEventListener ( 'activate' , function ( event ) {
5555
56- var cacheWhitelist = [ 'csswizardry:0024 ' ] ;
56+ var cacheWhitelist = [ 'csswizardry:0026 ' ] ;
5757
5858 event . waitUntil (
5959 caches . keys ( ) . then ( function ( cacheNames ) {
You can’t perform that action at this time.
0 commit comments