Skip to content

Commit 7099d75

Browse files
author
icheer
committed
fix: ignore svg cache
1 parent 002d049 commit 7099d75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ function getHtmlContent(modelIds, tavilyKeys, title) {
13331333
<link rel="icon" type="image/svg+xml" href="favicon.svg?v=1" />
13341334
13351335
<!-- Web App Manifest -->
1336-
<link rel="manifest" href="site.webmanifest" />
1336+
<link rel="manifest" href="site.webmanifest?v=1" />
13371337
13381338
<!-- iOS Safari -->
13391339
<link rel="apple-touch-icon" href="favicon.svg?v=1" />

0 commit comments

Comments
 (0)