fixed backend ip

This commit is contained in:
2026-03-25 11:23:24 +01:00
parent 973961e726
commit 99c5871009
3 changed files with 9 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ function formatSlug(slug: string) {
<Layout title="Home">
<div class="space-y-8">
<section class="text-center py-12">
<h1 class="text-5xl font-extrabold mb-4 bg-clip-text text-transparent bg-gradient-to-r from-mauve via-blue to-teal">
<h1 class="text-5xl font-extrabold mb-4 pb-4 leading-tight bg-clip-text text-transparent bg-gradient-to-r from-mauve via-blue to-teal">
Welcome to my blog
</h1>
<p class="text-subtext1 text-lg max-w-2xl mx-auto">
@@ -75,3 +75,9 @@ function formatSlug(slug: string) {
</div>
</div>
</Layout>
>
</a>
))}
</div>
</div>
</Layout>