You've already forked AstralRinth
forked from didirus/AstralRinth
Add ?new to url to give it a new key
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user