Skip to content

Commit 95dc164

Browse files
committed
👌 Updating code due to code review changes
1 parent 1492dce commit 95dc164

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363

6464
a {
6565
color: var(--afont-color);
66+
text-decoration: none;
6667
}
6768

6869
body {

sw.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ workbox.routing.registerRoute(
3535
})
3636
);
3737
workbox.precaching.precacheAndRoute([
38-
'/index.css',
39-
'/index.js',
38+
'/marcdown/index.css',
39+
'/marcdown/index.js',
4040
{
41-
url: '/index.html',
41+
url: '/marcdown/index.html',
4242
revision: '383676'
4343
},
4444
]);
@@ -49,7 +49,7 @@ var CURRENT_CACHES = {
4949
self.addEventListener('install', function (event) {
5050
var now = Date.now();
5151
var urlsToPrefetch = [
52-
'index.html'
52+
'/marcdown/index.html'
5353
];
5454
// All of these logging statements should be visible via the "Inspect" interface
5555
// for the relevant SW accessed via chrome://serviceworker-internals

0 commit comments

Comments
 (0)