feat: work in progress page
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user