aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/contacts.astro2
-rw-r--r--src/pages/projects.astro2
2 files changed, 2 insertions, 2 deletions
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";
---
<Page title="Contacts" description="Follow me on other platforms">
<main>
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";
---
<Page title="Projects" description="Things that I have been working on in the past, and present">
<main>