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' ---
- +