Delete Albums “example”

This commit is contained in:
2026-02-03 14:35:41 +04:00
parent cfe112ba9a
commit fc7c1e474f

View File

@@ -1,29 +0,0 @@
{
"title": "Album Example",
"description": "This is an example album. Note that the local image path is relative to the corresponding album folder in the public directory.",
"cover": "https://picsum.photos/800/600?random=1",
"date": "2025-01-01T00:00:00.000Z",
"location": "Unknown",
"tags": ["example"],
"layout": "masonry",
"columns": 3,
"photos": [
{
"src": "智子_ASK.jpg",
"alt": "智子",
"title": "智子 by ASK",
"description": "This is a beautiful image from local file",
"tags": ["human"]
},
{
"src": "https://picsum.photos/800/600?random=2",
"alt": "random image",
"title": "Random Image",
"description": "This is a beautiful image from external link",
"tags": [
"scenary"
]
}
],
"visible": true
}