Skip to content

Commit

Permalink
fix: Force update cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lscambo13 committed Jan 1, 2024
1 parent cbc57dc commit 6679859
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
});
}
</script> -->
<link rel="manifest" href="manifest.json?v=1703602562283">
<link rel="icon" type="image/x-icon" href="./favicon.ico?v=1703602562283">
<link rel="manifest" href="manifest.json?v=1703602562284">
<link rel="icon" type="image/x-icon" href="./favicon.ico?v=1703602562284">
<title>Search &bull; Casa Mia</title>
<meta name="theme-color" content="black">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand All @@ -29,10 +29,10 @@
rel="stylesheet" />
<link rel="stylesheet" href="./icons.css" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css?v=1703602562283">
<link rel="stylesheet" href="./animations.css?v=1703602562283">
<link rel="stylesheet" href="./style.css?v=1703602562283" />
<script src="./index.js?v=1703602562283" type="module"></script>
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css?v=1703602562284">
<link rel="stylesheet" href="./animations.css?v=1703602562284">
<link rel="stylesheet" href="./style.css?v=1703602562284" />
<script src="./index.js?v=1703602562284" type="module"></script>
</head>

<body>
Expand Down

0 comments on commit 6679859

Please sign in to comment.