diff --git a/src/components/Welcome.astro b/src/components/Welcome.astro deleted file mode 100644 index 52e0333..0000000 --- a/src/components/Welcome.astro +++ /dev/null @@ -1,210 +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/components/d.astro b/src/components/d.astro new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/src/components/d.astro @@ -0,0 +1 @@ + diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index e455c61..f7a4c65 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -13,10 +13,4 @@ diff --git a/src/pages/index.astro b/src/pages/index.astro index c04f360..8b9cca7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,11 +1,4 @@ --- import Welcome from '../components/Welcome.astro'; import Layout from '../layouts/Layout.astro'; - -// Welcome to Astro! Wondering what to do next? Check out the Astro documentation at https://docs.astro.build -// Don't want to use any of this? Delete everything in this file, the `assets`, `components`, and `layouts` directories, and start fresh. --- - - - -