- To get started, open the src/pages
directory in your project.
-
- src/pages
From e89c9a652f211b284fc92a8ee0ee6edfd55b1c4f Mon Sep 17 00:00:00 2001 From: xy <10816187@qq.com> Date: Mon, 17 Nov 2025 22:24:58 +0800 Subject: [PATCH] feat: layout --- src/components/Welcome.astro | 210 ----------------------------------- src/styles/base.css | 1 + 2 files changed, 1 insertion(+), 210 deletions(-) delete mode 100644 src/components/Welcome.astro create mode 100644 src/styles/base.css 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'; ---- - -
src/pages
directory in your project.
- - From content layers to server islands, click to learn more about the new features and - improvements in Astro 5.0 -
- -