Add ?new to url to give it a new key
This commit is contained in:
parent
c1be57773a
commit
bc90c27e27
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user