feat: more work done
This commit is contained in:
parent
8377892747
commit
ab60b4baf7
21 changed files with 160 additions and 21 deletions
|
|
@ -8,8 +8,13 @@
|
|||
return {
|
||||
status: response.status,
|
||||
props: {
|
||||
posts: response.ok && asJson.posts
|
||||
}
|
||||
posts: response.ok && asJson.posts,
|
||||
},
|
||||
stuff: {
|
||||
title: 'Blog',
|
||||
description:
|
||||
'My blogposts, where I occasionally document things, that I think are not accessible or badly documented.',
|
||||
},
|
||||
};
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue