start work on Astro port

This commit is contained in:
2026-02-27 09:10:25 -05:00
parent c81531a092
commit 95b58b5615
82 changed files with 1028 additions and 8145 deletions

7
src/pages/index.astro Normal file
View File

@@ -0,0 +1,7 @@
---
import BaseLayout from '@layouts/BaseLayout.astro';
---
<BaseLayout>
<p>Index file</p>
</BaseLayout>