feat: some stuff
Some checks failed
Deploy to SFTP Server / build (push) Failing after 7m54s

This commit is contained in:
2024-04-06 18:03:45 +02:00
parent 74ab286f15
commit 38a7f83096
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} backlink="/projects">
<Post {...page} backlink="/projects">
<Content />
</Post>