Skip to content

Commit

Permalink
feat: add date to avoid manifest.json cached
Browse files Browse the repository at this point in the history
  • Loading branch information
DriftKingTW committed Jun 21, 2024
1 parent f6bee1d commit ae1a12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ const darkMode = computed(() => {
const manifestJSON = computed(() => {
return (
import.meta.env.BASE_URL +
`/firmware/${firmwareVersion.value.toLowerCase()}/manifest.json`
`firmware/${firmwareVersion.value.toLowerCase()}/manifest.json?v=${Date.now()}`
);
});
Expand Down

0 comments on commit ae1a12a

Please sign in to comment.