feat: more work done

This commit is contained in:
Alexander Daichendt 2022-07-26 08:30:47 +02:00
parent 8377892747
commit ab60b4baf7
21 changed files with 160 additions and 21 deletions

View file

@ -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>