We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0b095 commit 63413ddCopy full SHA for 63413dd
1 file changed
src/pages/index.astro
@@ -1,7 +1,8 @@
1
---
2
import { Image } from 'astro:assets'
3
4
-import { PostPreview } from 'astro-pure/components/pages'
+// import { PostPreview } from 'astro-pure/components/pages'
5
+import { PostPreview } from '@/components/pages'
6
import { getBlogCollection, sortMDByDate } from 'astro-pure/server'
7
import { Button, Icon, Label } from 'astro-pure/user'
8
import PageLayout from '@/layouts/BaseLayout.astro'
0 commit comments