From 754bc5ed95a1d91b1d7329ac8b3a3e21621c332e Mon Sep 17 00:00:00 2001 From: juancmandev Date: Fri, 14 Mar 2025 20:52:51 -0600 Subject: [PATCH] --amend --- src/pages/index.astro | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 7e0f50a..158bd08 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,7 +5,6 @@ import { getCollection } from 'astro:content'; import { sortContentByDate } from '@/utils/sorts'; import { getLangFromUrl } from '@/i18n/utils'; import PostItemList from '@/components/post-items-list'; -import Random from '@/components/random.astro'; const pageData = { title: 'juancmandev', @@ -33,7 +32,6 @@ const lang = getLangFromUrl(Astro.url);

Welcome to my domain, stranger.

-

I am Juan Manzanero; Web Developer