Add ?new to url to give it a new key

This commit is contained in:
Prospector 2025-07-07 01:18:40 -07:00
parent c1be57773a
commit bc90c27e27

View File

@ -58,7 +58,7 @@ const rows = [
]; ];
const { data: launcherUpdates } = await useFetch<LauncherUpdates>( const { data: launcherUpdates } = await useFetch<LauncherUpdates>(
"https://launcher-files.modrinth.com/updates.json", "https://launcher-files.modrinth.com/updates.json?new",
{ {
server: false, server: false,
getCachedData(key, nuxtApp) { getCachedData(key, nuxtApp) {