feat(blog): skeleton for adding blog pages

This commit is contained in:
Bart van der Braak 2023-07-20 08:58:02 +02:00
parent a00b7d66d9
commit a8bb802527
2 changed files with 7 additions and 0 deletions

0
src/routes/blog/[slug]/$types.d.ts vendored Normal file
View file

View file

@ -0,0 +1,7 @@
<script>
/** @type {import('./$types').PageData} */
export let data;
</script>
<!-- <h1>{data.title}</h1>
<div>{@html data.content}</div> -->