Skip to content

Commit dec38b4

Browse files
author
hulinjiang
committed
修复首页 postpreview 问题
1 parent 63413dd commit dec38b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { Image } from 'astro:assets'
33
44
// import { PostPreview } from 'astro-pure/components/pages'
5-
import { PostPreview } from '@/components/pages'
5+
import { PostPreview } from '@/custom/components/pages'
66
import { getBlogCollection, sortMDByDate } from 'astro-pure/server'
77
import { Button, Icon, Label } from 'astro-pure/user'
88
import PageLayout from '@/layouts/BaseLayout.astro'

0 commit comments

Comments
 (0)