From 2b9230ed22dd379633ece3fcd9d485dfc3064441 Mon Sep 17 00:00:00 2001 From: Neto Ramalho Date: Wed, 17 May 2023 10:17:35 -0300 Subject: [PATCH] adding meta description tag to basics example (#6854) Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> --- examples/basics/src/layouts/Layout.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/basics/src/layouts/Layout.astro b/examples/basics/src/layouts/Layout.astro index f1a62a537b..7479f9c390 100644 --- a/examples/basics/src/layouts/Layout.astro +++ b/examples/basics/src/layouts/Layout.astro @@ -10,6 +10,7 @@ const { title } = Astro.props; +