mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
feat(blog): skeleton for adding blog pages
This commit is contained in:
parent
a00b7d66d9
commit
a8bb802527
2 changed files with 7 additions and 0 deletions
0
src/routes/blog/[slug]/$types.d.ts
vendored
Normal file
0
src/routes/blog/[slug]/$types.d.ts
vendored
Normal file
7
src/routes/blog/[slug]/+page.svelte
Normal file
7
src/routes/blog/[slug]/+page.svelte
Normal file
|
@ -0,0 +1,7 @@
|
|||
<script>
|
||||
/** @type {import('./$types').PageData} */
|
||||
export let data;
|
||||
</script>
|
||||
|
||||
<!-- <h1>{data.title}</h1>
|
||||
<div>{@html data.content}</div> -->
|
Loading…
Reference in a new issue