chore: place work in progress page back in workshop
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
---
|
||||
<!-- ---
|
||||
import "../../styles/global.css"
|
||||
import Layout from "../../layouts/Layout.astro"
|
||||
import { getCollection } from 'astro:content';
|
||||
@@ -94,4 +94,10 @@ const posts = (await getCollection('workshop')).sort(
|
||||
</article>
|
||||
))}
|
||||
</div>
|
||||
</Layout>
|
||||
</Layout> -->
|
||||
|
||||
---
|
||||
import WorkInProgress from "../../components/WorkInProgress.astro"
|
||||
---
|
||||
|
||||
<WorkInProgress />
|
||||
|
||||
Reference in New Issue
Block a user