From f08620687f28086413a7fc35c544bbcd8d8a5f17 Mon Sep 17 00:00:00 2001 From: "Gu://em_" Date: Tue, 7 Apr 2026 18:02:17 +0200 Subject: [PATCH] Fixed an oversight in the config file import --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 8e79054..a818721 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,7 +7,7 @@ import "./index.css"; import Card from "../components/Card.astro"; import Logo from "../components/Logo.astro"; -import data from "../data/test.json"; +import data from "../data/content.json"; // === Defaults