My Blog Post route
 {
  "data": {
    "_path": "/blog/first_post",
    "_dir": "blog",
    "_draft": false,
    "_partial": false,
    "_locale": "",
    "title": "My Blog Post route",
    "description": "",
    "date": "2023-10-25T00:00:00.000Z",
    "layout": "default",
    "body": {
      "type": "root",
      "children": [
        {
          "type": "element",
          "tag": "blogarticle",
          "props": {},
          "children": [
            {
              "type": "element",
              "tag": "template",
              "props": {
                "v-slot:title": ""
              },
              "children": [
                {
                  "type": "element",
                  "tag": "p",
                  "props": {},
                  "children": [
                    {
                      "type": "text",
                      "value": "This is the introduction to your blog post. You can write a brief overview of what the article is about."
                    }
                  ]
                }
              ]
            },
            {
              "type": "element",
              "tag": "template",
              "props": {
                "v-slot:body": ""
              },
              "children": [
                {
                  "type": "element",
                  "tag": "p",
                  "props": {},
                  "children": [
                    {
                      "type": "text",
                      "value": "In this section, you can summarize the key points of your blog post."
                    }
                  ]
                }
              ]
            },
            {
              "type": "element",
              "tag": "template",
              "props": {
                "v-slot:image_path": ""
              },
              "children": [
                {
                  "type": "element",
                  "tag": "p",
                  "props": {},
                  "children": [
                    {
                      "type": "text",
                      "value": "/image_first_post.jpg"
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "toc": {
        "title": "",
        "searchDepth": 2,
        "depth": 2,
        "links": []
      }
    },
    "_type": "markdown",
    "_id": "content:blog:first_post.md",
    "_source": "content",
    "_file": "blog/first_post.md",
    "_extension": "md"
  },
  "pending": false,
  "error": null,
  "status": "success"
}