diff options
Diffstat (limited to 'src/pages/projects.astro')
| -rw-r--r-- | src/pages/projects.astro | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
