feat: preview page

This commit is contained in:
xieve
2025-09-10 12:21:08 +02:00
parent 972c68bc9d
commit 21da2114ac

View File

@@ -15,4 +15,5 @@
<p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p>
{#each blog_entries as [href, page]}
<a {href}>{page.metadata?.title}</a><br />
<svelte:component this={page.default} />
{/each}