Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
Remove duplicated sites from service worker
Browse files Browse the repository at this point in the history
  • Loading branch information
misike12 committed Jun 10, 2024
1 parent d89c209 commit 3f23219
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ self.addEventListener('install', function(event) {
'/assets/css/just-the-docs-dark.css',
'/assets/css/just-the-docs-head-nav.css',
'/',
'/assets/css/just-the-docs-head-nav.css',
'/assets/css/webui/resources/resources/fonts/Minecraft-Seven_v2.woff2',
'/assets/css/clientlib-site/resources/resources/fonts/Minecraft-Seven_v2.woff2',
'/assets/js/vendor/lunr.min.js',
Expand All @@ -16,7 +15,6 @@ self.addEventListener('install', function(event) {
'/assets/images/icons/reddit_b.webp',
'/assets/images/icons/theme_switch_b.webp',
'/assets/images/favicon.webp',
'/assets/css/just-the-docs-dark.css',
'/assets/images/icons/reddit_w.webp',
'/assets/images/icons/theme_switch_w.webp',
'/assets/images/icons/github_w.webp',
Expand All @@ -27,7 +25,6 @@ self.addEventListener('install', function(event) {
'/windows',
'/credits',
'/Windows/minecraft-for-windows/',
'/Windows/minecraft-for-windows/',
'/Windows/minecraft-earth/',
'/Windows/minecraft-education/',
'/Windows/minecraft-china/',
Expand All @@ -42,7 +39,6 @@ self.addEventListener('install', function(event) {
'/IOS/minecraft-earth/',
'/console/',
'/miscellaneous/',
'/credits',
'/dmca'
]);
})
Expand Down

0 comments on commit 3f23219

Please sign in to comment.