fix: $dropFetch SSR and rate limiting

This commit is contained in:
DecDuck
2025-04-01 12:02:34 +11:00
parent 3de1bca870
commit 57403a88ff
3 changed files with 9 additions and 13 deletions
-4
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);