fix: $dropFetch SSR and rate limiting

This commit is contained in:
DecDuck
2025-04-01 12:02:34 +11:00
parent f1c932b7d7
commit 1048653eef
3 changed files with 9 additions and 13 deletions

View File

@ -86,10 +86,6 @@ import {
import { type Collection, type Game, type GameVersion } from "@prisma/client";
import { PlusIcon } from "@heroicons/vue/20/solid";
const gamesData = await $dropFetch<(Game & { versions: GameVersion[] })[]>(
"/api/v1/store/recent"
);
const collections = await useCollections();
const collectionCreateOpen = ref(false);