feat: add Dream Home Template project and improve SEO

feat: improve recent posts to show random posts

refactor: improve image sizes for project details page

chore(package.json): upgrade dependencies
This commit is contained in:
cojocaru-david
2025-05-29 15:24:12 +03:00
parent e22d9296e9
commit 5e0055ab69
7 changed files with 674 additions and 1042 deletions
+2 -2
View File
@@ -91,8 +91,8 @@ const currentUrl = Astro.url;
class="col-start-2 mb-8 h-auto w-full rounded-3xl object-cover"
loading="lazy"
fetchpriority="low"
width={800}
height={600}
width={1800}
height={1600}
/>
{headings.length > 0 && <TableOfContents headings={headings} />}