Update path for Tags component

This commit is contained in:
prototypa
2023-01-21 22:35:16 -05:00
parent 571a221926
commit 9cfad4d8fa
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
--- ---
import Icon from 'astro-icon'; import Icon from 'astro-icon';
import { Picture } from '@astrojs/image/components'; import { Picture } from '@astrojs/image/components';
import PostTags from '~/components/common/Tags.astro'; import PostTags from '~/components/blog/Tags.astro';
import { BLOG } from '~/config.mjs'; import { BLOG } from '~/config.mjs';
import type { Post } from '~/types'; import type { Post } from '~/types';

View File

@ -2,7 +2,7 @@
import Icon from 'astro-icon'; import Icon from 'astro-icon';
import { Picture } from '@astrojs/image/components'; import { Picture } from '@astrojs/image/components';
import PostTags from '~/components/common/Tags.astro'; import PostTags from '~/components/blog/Tags.astro';
import SocialShare from '~/components/common/SocialShare.astro'; import SocialShare from '~/components/common/SocialShare.astro';
import { getFormattedDate } from '~/utils/utils'; import { getFormattedDate } from '~/utils/utils';