Update path for Tags component
This commit is contained in:
@ -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';
|
||||||
|
@ -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';
|
||||||
|
Reference in New Issue
Block a user