Cache bust CSS

feat/theme-v2
Benjamin Bädorf 2022-11-28 15:12:09 +01:00
parent b165e70189
commit 22a4fe665d
No known key found for this signature in database
GPG Key ID: 4406E80E13CD656C
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<link rel="icon" href="${url.resourcesPath}/img/pub.solar.svg" />
<link href="${url.resourcesPath}/css/index.css" rel="stylesheet" />
<link href="${url.resourcesPath}/css/index.css?v2" rel="stylesheet" />
<script defer src="${url.resourcesPath}/js/background.js" type="text/javascript"></script>
<script defer src="${url.resourcesPath}/js/i18n.js" type="text/javascript"></script>

View File

@ -13,7 +13,7 @@
<link rel="icon" href="${url.resourcesPath}/img/pub.solar.svg" />
<link href="${url.resourcesPath}/css/index.css" rel="stylesheet" />
<link href="${url.resourcesPath}/css/index.css?v2" rel="stylesheet" />
<script defer src="${url.resourcesPath}/js/background.js" type="text/javascript"></script>
<script defer src="${url.resourcesPath}/js/i18n.js" type="text/javascript"></script>