预览文章溢出

This commit is contained in:
tangly1024
2022-01-11 16:47:56 +08:00
parent f3f7fc7fcc
commit 2ce88eef04
3 changed files with 17 additions and 18 deletions

View File

@@ -33,7 +33,6 @@ export async function getStaticProps () {
post.blockMap = blockMap
}
}
console.log('加载文章预览完成')
}
return {

View File

@@ -59,7 +59,6 @@ export async function getStaticProps ({ params: { page } }) {
post.blockMap = blockMap
}
}
console.log('加载文章预览完成')
return {
props: {