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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/contacts.astro') 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"; ---
-- cgit v1.2.3