From 23e8de15fd11dcb36e46a2d1987a94f137c991ed Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Thu, 28 Aug 2025 13:44:12 +0800 Subject: [PATCH] Fixed layout --- src/layouts/Layout.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index e964c50..c2cc0e2 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -4,21 +4,21 @@ const { title } = Astro.props const websiteName = 'Template' const websiteDescription = 'This is just a template.' -import Background from '../templates/Background/Background' +import Background from '../templates/components/Background/Background' --- - + {title} - +