diff options
Diffstat (limited to 'examples/blog/src/data')
-rw-r--r-- | examples/blog/src/data/authors.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/examples/blog/src/data/authors.json b/examples/blog/src/data/authors.json new file mode 100644 index 000000000..c0f247e02 --- /dev/null +++ b/examples/blog/src/data/authors.json @@ -0,0 +1,27 @@ +{ + "animal": { + "name": "Animal", + "email": "animal@muppets.co", + "img": "/images/animal.jpg" + }, + "kermit": { + "name": "Kermit the Frog", + "email": "kermit@muppets.co", + "img": "/images/kermit.jpg" + }, + "ms-piggy": { + "name": "Animal", + "email": "mspiggy@muppets.co", + "img": "/images/ms-piggy.jpg" + }, + "gonzo": { + "name": "Gonzo", + "email": "thegonz@muppets.co", + "img": "/images/gonzo.jpg" + }, + "rizzo": { + "name": "Rizzo the Rat", + "email": "rizzo@muppets.co", + "img": "/images/rizzo.jpg" + } +} |