From aa1cae3540b7c24530a8d1316aca25945d48faad Mon Sep 17 00:00:00 2001 From: Alexander Daichendt Date: Tue, 26 Jul 2022 22:50:37 +0200 Subject: [PATCH] feat: migrate to $ alias --- src/routes/__layout.svelte | 6 +++--- src/routes/blog/index.svelte | 4 ++-- src/routes/contact.svelte | 6 +++--- src/routes/index.svelte | 4 ++-- svelte.config.js | 9 +++++---- 5 files changed, 15 insertions(+), 14 deletions(-) diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte index a0ff89f..d489d40 100644 --- a/src/routes/__layout.svelte +++ b/src/routes/__layout.svelte @@ -3,13 +3,13 @@ diff --git a/src/routes/contact.svelte b/src/routes/contact.svelte index 65fb271..8f6a96c 100644 --- a/src/routes/contact.svelte +++ b/src/routes/contact.svelte @@ -13,9 +13,9 @@ import { mdiEmailEditOutline } from '@mdi/js'; import { mdiGithub } from '@mdi/js'; import Icon from 'mdi-svelte'; - import Element from '../components/element.svelte'; - import Link from '../components/Link.svelte'; - import ListItem from '../components/ListItem.svelte'; + import Element from '$components/element.svelte'; + import Link from '$components/Link.svelte'; + import ListItem from '$components/ListItem.svelte';

Contact Information

diff --git a/src/routes/index.svelte b/src/routes/index.svelte index a49f1ea..e2e51b4 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -11,8 +11,8 @@