From bc90c27e27df60f95a1fdc3572fb0bd5aa4fd102 Mon Sep 17 00:00:00 2001 From: Prospector Date: Mon, 7 Jul 2025 01:18:40 -0700 Subject: [PATCH] Add ?new to url to give it a new key --- apps/frontend/src/pages/app.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/pages/app.vue b/apps/frontend/src/pages/app.vue index dfba3da12..5fca6ca08 100644 --- a/apps/frontend/src/pages/app.vue +++ b/apps/frontend/src/pages/app.vue @@ -58,7 +58,7 @@ const rows = [ ]; const { data: launcherUpdates } = await useFetch( - "https://launcher-files.modrinth.com/updates.json", + "https://launcher-files.modrinth.com/updates.json?new", { server: false, getCachedData(key, nuxtApp) {