added images.json for testing

This commit is contained in:
suroh 2023-10-06 14:06:20 +02:00
parent 42fd173914
commit 86dbe77be9
1 changed files with 18 additions and 0 deletions

18
public/data/images.json Normal file
View File

@ -0,0 +1,18 @@
[
{
"title": "Photo One",
"media": "photo_one.jpg"
},
{
"title": "Photo Two",
"media": "photo_two.jpg"
},
{
"title": "Photo Three",
"media": "photo_three.jpg"
},
{
"title": "Photo Four",
"media": "photo_four.jpg"
}
]