base setup

This commit is contained in:
Nico 2022-12-02 11:21:18 +01:00
commit 688d794dc7
30 changed files with 4362 additions and 0 deletions

9
src/pages/index.astro Normal file
View file

@ -0,0 +1,9 @@
---
import BaseLayout from '../layouts/BaseLayout.astro';
const pageTitle = "Accueil"
---
<BaseLayout pageTitle={pageTitle}>
<h2>devvvvv</h2>
</BaseLayout>