From 58fd9f0964739399331b0467deb5df322d46a73f Mon Sep 17 00:00:00 2001 From: prototypa Date: Thu, 27 Jul 2023 14:57:32 -0400 Subject: [PATCH] Update imports from alias --- src/content/post/astrowind-template-in-depth.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/post/astrowind-template-in-depth.mdx b/src/content/post/astrowind-template-in-depth.mdx index dbb47b4..a595ff0 100644 --- a/src/content/post/astrowind-template-in-depth.mdx +++ b/src/content/post/astrowind-template-in-depth.mdx @@ -12,8 +12,8 @@ tags: canonical: https://astrowind.vercel.app/astrowind-template-in-depth --- -import DListItem from '../../components/ui/DListItem.astro'; -import ToggleTheme from '../../components/common/ToggleTheme.astro'; +import DListItem from '~/components/ui/DListItem.astro'; +import ToggleTheme from '~/components/components/common/ToggleTheme.astro'; ## Overview