mirror of
https://github.com/StepanovPlaton/AboutMe.git
synced 2026-04-03 20:30:49 +04:00
Delete Albums “example”
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user