2023-4-16
Second post.
2023-4-14
First post.
Visit kit.svelte.dev to read the documentation
{
"posts": [
{
"title": "Second",
"description": "Second post.",
"date": "2023-4-16",
"categories": [
"sveltekit",
"svelte"
],
"published": true,
"slug": "second-post"
},
{
"title": "First post",
"description": "First post.",
"date": "2023-4-14",
"categories": [
"sveltekit",
"svelte"
],
"published": true,
"slug": "first-post"
}
]
}