Перевёл Markdown на Svelte Runes

This commit is contained in:
Иван Кузьменко 2025-11-26 22:15:13 +03:00
parent 763b263b5a
commit 7da16b7f0d
2 changed files with 2 additions and 2 deletions

View file

@ -136,6 +136,6 @@
text-slate-950 sm:px-4 sm:text-xl"
>
<section class="mx-auto flex max-w-5xl flex-col flex-nowrap">
<svelte:component this={data.content} />
<data.content />
</section>
</article>

View file

@ -170,5 +170,5 @@
text-slate-950
sm:text-xl lg:p-8"
>
<svelte:component this={data.content} />
<data.content />
</article>