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