modified: sw.js

This commit is contained in:
DarkShyMW
2023-03-12 21:11:26 +03:00
parent 1738ec2c79
commit d4d5e76b3d

3
sw.js
View File

@@ -19,7 +19,8 @@ self.addEventListener('install', (event) => {
'/css/style.css',
'/img/log.webp',
'/css/bootstrap.min.css',
'/js/bootstrap.min.js'
'/js/bootstrap.min.js',
'/index.html'
])
));
});