diff --git a/astro/src/components/web/Contact.astro b/astro/src/components/web/Contact.astro index 685d376..95992f9 100644 --- a/astro/src/components/web/Contact.astro +++ b/astro/src/components/web/Contact.astro @@ -1,5 +1,4 @@ --- -import { getImageUrl } from '@/lib/images'; import { markdownToHtml } from '@/lib/markdown'; import { Image } from 'astro:assets'; diff --git a/astro/src/components/web/LastAlbums.astro b/astro/src/components/web/LastAlbums.astro index 5e8bde3..bc7a74b 100644 --- a/astro/src/components/web/LastAlbums.astro +++ b/astro/src/components/web/LastAlbums.astro @@ -35,7 +35,7 @@ const size = calculateSizeClasses(albums.amount, lastAlbums.length);
{albums.readMoreButtonText} diff --git a/astro/src/components/web/LastBlogs.astro b/astro/src/components/web/LastBlogs.astro index 7de9133..9f7adf0 100644 --- a/astro/src/components/web/LastBlogs.astro +++ b/astro/src/components/web/LastBlogs.astro @@ -35,7 +35,7 @@ const size = calculateSizeClasses(blogs.amount, lastBlogs.length);
{blogs.readMoreButtonText} diff --git a/astro/src/components/web/LastProjects.astro b/astro/src/components/web/LastProjects.astro index d542662..53a677b 100644 --- a/astro/src/components/web/LastProjects.astro +++ b/astro/src/components/web/LastProjects.astro @@ -35,7 +35,7 @@ const size = calculateSizeClasses(projects.amount, lastProjects.length);
{projects.readMoreButtonText}