Teardown astrojs base, use tailwindcss, preact, sitemap

This commit is contained in:
2024-12-22 02:22:24 -06:00
parent 96a22b7ec0
commit 2eb8f2ee30
10 changed files with 1137 additions and 232 deletions

View File

@@ -1,11 +1,6 @@
---
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.
// import Welcome from '@/components/Welcome.astro';
import Layout from "@/layouts/Base.astro";
---
<Layout>
<Welcome />
</Layout>
<Layout />