start work on Astro port
This commit is contained in:
7
src/pages/index.astro
Normal file
7
src/pages/index.astro
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
import BaseLayout from '@layouts/BaseLayout.astro';
|
||||
---
|
||||
|
||||
<BaseLayout>
|
||||
<p>Index file</p>
|
||||
</BaseLayout>
|
||||
Reference in New Issue
Block a user