feat: some stuff

This commit is contained in:
2024-04-06 18:03:45 +02:00
parent ad87b4c118
commit 8e9bb47bf1
8 changed files with 40 additions and 12 deletions

View File

@@ -32,6 +32,6 @@ if (!page) {
const { Content } = await page.render();
---
<Post {...page.data}>
<Post {...page}>
<Content />
</Post>