Updated packages
Some checks failed
Upload via SSH / build (push) Failing after 26s
Upload via SSH / deploy (push) Has been skipped

This commit is contained in:
Bethlenfalvi, Lorinc (ext)
2026-01-05 22:59:15 +01:00
parent 15aa4575bc
commit 01db7a8bb1
4 changed files with 1804 additions and 1868 deletions

View File

@@ -1,8 +1,8 @@
---
import Main from "../layouts/Main.astro";
import Fortune from "../components/Fortune";
import FortuneComponent from "../components/Fortune";
---
<Main title="Fortune" description="Wisdom from Tux">
<Fortune client:only="react" />
</Main>
<FortuneComponent client:only="react" />
</Main>