diff --git a/src/components/Welcome.astro b/src/components/Welcome.astro deleted file mode 100644 index 4785ba0..0000000 --- a/src/components/Welcome.astro +++ /dev/null @@ -1,205 +0,0 @@ ---- -import astroLogo from '@assets/astro.svg'; -import background from '@assets/background.svg'; ---- - -
- -
-
- Astro Homepage -

- To get started, open the
src/pages
directory in your project. -

- -
-
- - - -

What's New in Astro 5.0?

-

- From content layers to server islands, click to learn more about the new features and improvements in Astro 5.0 -

-
-
- - diff --git a/src/layouts/website/WebsiteLayout.astro b/src/layouts/website/WebsiteLayout.astro index b487945..7f5e657 100644 --- a/src/layouts/website/WebsiteLayout.astro +++ b/src/layouts/website/WebsiteLayout.astro @@ -15,7 +15,7 @@ const { title, description, footer = true } = Astro.props; --- -
+