We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def652f commit 03ba1d8Copy full SHA for 03ba1d8
src/components/PlayedGames.astro
@@ -3,7 +3,7 @@ import * as steamApi from "../utils/steamApi.ts";
3
import * as myApi from "../utils/myApi.ts";
4
import * as utils from "../utils/utils.ts";
5
import GameCard from "../components//GameCard.astro";
6
-// import apps from "../../public/assets/app.json";
+const { default: apps } = await import("../../public/assets/app.json");
7
import orderGames from "../../public/assets/orderGames.json";
8
import { delay } from "../utils/utils";
9
import { ENABLE_REQUEST } from "astro:env/server";
0 commit comments