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