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:
@@ -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} />}
|
||||
|
||||
Reference in New Issue
Block a user