mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-22 22:13:12 +01:00
I can't quite get my head around how @indiekit-test/fixtures is available to the tests in the official indiekit repo, so I've copied it here for now.
11 lines
190 B
Text
11 lines
190 B
Text
{
|
|
"type": "entry",
|
|
"name": "Photo",
|
|
"photo": [{
|
|
"alt": "Baz",
|
|
"url": "https://website.example/baz.jpg"
|
|
}, {
|
|
"alt": " Qux ",
|
|
"url": "https://foo.bar/qux.jpg"
|
|
}]
|
|
}
|