Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/blog/BlogLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if (post.rendered?.metadata?.headings) {
description={description}
ogTitle={title}
ogDescription={description}
canonical={`${SITE_URL}/blog/${post.id}`}
canonical={`${SITE_URL}/blog/${post.id}/`}
>
<main class="min-h-screen bg-base-100">
<!-- Blog Header -->
Expand Down
4 changes: 2 additions & 2 deletions src/components/pages/Home/ProblemStatement.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Construction } from '@lucide/astro'
<p class="text-accent text-4xl lg:text-6xl font-bold font-heading mb-6">
<Construction class="inline-block h-9 w-9 ml-2" />
</p>
<h1
<h2
class="text-4xl lg:text-6xl font-heading font-bold text-base-content mb-8 leading-tight"
>
Building <span class="text-primary">modern</span>, <span
Expand All @@ -23,7 +23,7 @@ import { Construction } from '@lucide/astro'
class="text-transparent bg-gradient-to-r from-primary to-secondary bg-clip-text"
>hard</span
>!
</h1>
</h2>
<p class="text-2xl lg:text-3xl text-base-content/80 font-heading">
But it doesn't have to be...
</p>
Expand Down