fix: some astro type errors
All checks were successful
Deploy to SFTP Server / build (push) Successful in 23m37s
All checks were successful
Deploy to SFTP Server / build (push) Successful in 23m37s
This commit is contained in:
@ -32,6 +32,6 @@ if (!page) {
|
||||
const { Content } = await page.render();
|
||||
---
|
||||
|
||||
<Post {...page}>
|
||||
<Post {...page} backlink="/blog">
|
||||
<Content />
|
||||
</Post>
|
||||
|
Reference in New Issue
Block a user