From 162e303beeb5f2987852b543805fb6243a4ae725 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 25 Jan 2024 18:17:05 +0000 Subject: Moved json files into a dedicated folder --- src/pages/contacts.astro | 2 +- src/pages/projects.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pages') diff --git a/src/pages/contacts.astro b/src/pages/contacts.astro index 5123bed..d483f81 100644 --- a/src/pages/contacts.astro +++ b/src/pages/contacts.astro @@ -1,7 +1,7 @@ --- import Page from '../layouts/Page.astro' import { Icon } from 'astro-icon/components'; -import contacts from "../components/contacts.json"; +import contacts from "../data/contacts.json"; ---
diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 248534a..1613172 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -1,6 +1,6 @@ --- import Page from "../layouts/Page.astro"; -import projects from "../components/projects.json"; +import projects from "../data/projects.json"; ---
-- cgit v1.2.3