File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2323{% if page.layout != "feature" %}
2424< link rel ="preconnect " href ="//cdn.carbonads.com ">
2525< link rel ="preconnect " href ="//srv.carbonads.net ">
26- < link rel ="preconnect " href ="//platform.twitter.com ">
2726< link rel ="preconnect " href ="https://platform.twitter.com ">
2827< link rel ="preconnect " href ="https://syndication.twitter.com ">
2928< link rel ="preconnect " href ="https://cdn.syndication.twimg.com ">
3029{% endif %}
3130
32- < link rel ="preconnect " href ="//www.google-analytics.com ">
3331< link rel ="preconnect " href ="https://www.google-analytics.com ">
3432
3533< style >
Original file line number Diff line number Diff line change 1- var cacheName = 'csswizardry:0022 ' ;
1+ var cacheName = 'csswizardry:0023 ' ;
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:0022 ' ] ;
56+ var cacheWhitelist = [ 'csswizardry:0023 ' ] ;
5757
5858 event . waitUntil (
5959 caches . keys ( ) . then ( function ( cacheNames ) {
You can’t perform that action at this time.
0 commit comments