Skip to content

Commit d428c75

Browse files
committed
fix: Disabled cache and PWA functionality for now
1 parent 3ac4e9a commit d428c75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
gtag('config', 'G-R1Y9J6ZFHP');
1313
</script>
14-
<script>
14+
<!-- <script>
1515
if ('serviceWorker' in navigator) {
1616
window.addEventListener('load', () => {
1717
navigator.serviceWorker.register('/casamia/sw.js');
1818
});
1919
}
20-
</script>
20+
</script> -->
2121
<link rel="manifest" href="manifest.json">
2222
<title>Search · Casa Mia</title>
2323
<link rel="icon" type="image/x-icon" href="./favicon.ico">

0 commit comments

Comments
 (0)