feat: work in progress page

This commit is contained in:
Alejandro Laguna
2025-08-24 22:43:47 +02:00
parent 715538ae70
commit 45e3a2afbc
7 changed files with 172 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
---
<!-- ---
import "../../styles/global.css"
import Layout from "../../layouts/Layout.astro"
import { getCollection } from 'astro:content';
@@ -31,4 +31,9 @@ const posts = (await getCollection('workshop')).sort(
</li>
))}
</ul>
</Layout>
</Layout> -->
---
import WorkInProgress from "../../components/WorkInProgress.astro"
---
<WorkInProgress />