From 982bf1f26257c4f1be96102aa0afc7d5630500fa Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Wed, 4 Jun 2025 12:17:38 +0800 Subject: [PATCH] Improve `index.astro` by adding a missing closing tag for the `` element and updating CSS imports. --- src/pages/index.astro | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index d9bad4e..085c904 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -9,7 +9,7 @@ import { Image } from 'astro:assets'