feat: preview page
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user