修改blog页面下方 上一页下一页

This commit is contained in:
2025-08-15 22:17:13 +08:00
parent 5aec62fa76
commit 384a08ee50

View File

@@ -49,7 +49,7 @@ if (!page.value) {
}
const { data: surround } = await useAsyncData(`${route.path}-surround`, () => {
return queryCollectionItemSurroundings('docs', route.path, {
return queryCollectionItemSurroundings('blog', route.path, {
fields: ['description']
})
})