We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa5590 commit ef6cf93Copy full SHA for ef6cf93
src/plugins/app.ts
@@ -52,9 +52,7 @@ export function setupAppVersionNotification() {
52
}
53
54
async function getHtmlBuildTime() {
55
- const baseURL = import.meta.env.VITE_BASE_URL;
56
-
57
- const res = await fetch(`${baseURL}index.html`);
+ const res = await fetch(`/index.html?time=${Date.now()}`);
58
59
const html = await res.text();
60
0 commit comments