File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 63
63
64
64
a {
65
65
color : var (--afont-color );
66
+ text-decoration : none;
66
67
}
67
68
68
69
body {
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ workbox.routing.registerRoute(
35
35
} )
36
36
) ;
37
37
workbox . precaching . precacheAndRoute ( [
38
- '/index.css' ,
39
- '/index.js' ,
38
+ '/marcdown/ index.css' ,
39
+ '/marcdown/ index.js' ,
40
40
{
41
- url : '/index.html' ,
41
+ url : '/marcdown/ index.html' ,
42
42
revision : '383676'
43
43
} ,
44
44
] ) ;
@@ -49,7 +49,7 @@ var CURRENT_CACHES = {
49
49
self . addEventListener ( 'install' , function ( event ) {
50
50
var now = Date . now ( ) ;
51
51
var urlsToPrefetch = [
52
- 'index.html'
52
+ '/marcdown/ index.html'
53
53
] ;
54
54
// All of these logging statements should be visible via the "Inspect" interface
55
55
// for the relevant SW accessed via chrome://serviceworker-internals
You can’t perform that action at this time.
0 commit comments