21 lines
384 B
JSON
21 lines
384 B
JSON
![]() |
{
|
||
|
"title": "Recent posts",
|
||
|
"items": [
|
||
|
{
|
||
|
"title": "Welcome",
|
||
|
"permalink": "/blog/welcome"
|
||
|
},
|
||
|
{
|
||
|
"title": "MDX Blog Post",
|
||
|
"permalink": "/blog/mdx-blog-post"
|
||
|
},
|
||
|
{
|
||
|
"title": "Long Blog Post",
|
||
|
"permalink": "/blog/long-blog-post"
|
||
|
},
|
||
|
{
|
||
|
"title": "First Blog Post",
|
||
|
"permalink": "/blog/first-blog-post"
|
||
|
}
|
||
|
]
|
||
|
}
|