From b33c2f06a4524bc846e66bbe3abf6428d1cf2305 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 27 Feb 2025 10:42:09 +0100 Subject: Astro project structure --- src/components/Welcome.astro | 209 ------------------------------------------- 1 file changed, 209 deletions(-) delete mode 100644 src/components/Welcome.astro (limited to 'src/components') diff --git a/src/components/Welcome.astro b/src/components/Welcome.astro deleted file mode 100644 index 6b7b9c7..0000000 --- a/src/components/Welcome.astro +++ /dev/null @@ -1,209 +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 -

-
-
- - -- cgit v1.3.1