summaryrefslogtreecommitdiff
path: root/examples/blog-multiple-authors/src/data/authors.json
blob: 1eeff376625717e0a2c45d312d98f55e5639f865 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "don": {
    "name": "Don Quixote",
    "image": "/images/don.jpg"
  },
  "sancho": {
    "name": "Sancho Panza",
    "image": "/images/sancho.jpg"
  }
}