From 3fa8ef43bf6bdabe012e9d1929246f3e722c5384 Mon Sep 17 00:00:00 2001 From: luaneko Date: Wed, 4 Dec 2024 07:57:08 +1100 Subject: [PATCH] Add is:inline attribute to silence astro --- src/layouts/index.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/index.astro b/src/layouts/index.astro index f0644d5..3cb2532 100644 --- a/src/layouts/index.astro +++ b/src/layouts/index.astro @@ -22,6 +22,7 @@ const { title, className } = Astro.props;