From c29dcf38797e1503559993760a8a907713cbf8c1 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Tue, 7 Feb 2023 00:20:32 +0100 Subject: [PATCH] fix: background does show on other pages --- src/layouts/Layout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 153e816..9b849b7 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -16,7 +16,7 @@ const { title } = Astro.props; {title}