diff --git a/index.html b/index.html
index ceeeffc..ce01df5 100644
--- a/index.html
+++ b/index.html
@@ -4,20 +4,16 @@
macchiato.dev
diff --git a/sw.js b/sw.js
index 5be9c44..79bdca1 100644
--- a/sw.js
+++ b/sw.js
@@ -11,7 +11,7 @@ async function initCache() {
'/components/dialog.js',
'/forms/button-group.js',
'/menu/dropdown.js',
- ]) //1
+ ]) //2
}
self.addEventListener("install", event => {