From f3f3adfd963c23e5aaf13b2f1a91843811bc2c44 Mon Sep 17 00:00:00 2001 From: fiatcode Date: Fri, 23 Jan 2026 08:14:52 +0700 Subject: [PATCH] fix: replace div with main element for semantic HTML structure in Layout component --- src/layouts/Layout.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index cd9139f..24149e8 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -23,9 +23,9 @@ const { title, description } = Astro.props;
-
+
-
+