chore: refine plugins and astro config

This commit is contained in:
radishzzz 2025-01-14 05:31:58 +00:00
parent 5d77abf77c
commit 77fc6eff6c
10 changed files with 346 additions and 460 deletions

View file

@ -1,8 +1,6 @@
---
import Welcome from '@/components/Welcome.astro'
import Layout from '@/layouts/Layout.astro'
---
<Layout>
<Welcome />
</Layout>