Skip to content

Commit

Permalink
Fixed small error in hotspot manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Jul 14, 2024
1 parent 7739955 commit 7196d9a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions recipe/0022-linking-with-a-hotspot/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"id": "{{ id.url }}",
"type": "Manifest",
"label": {
"en": [
"Picture of Göttingen taken during the 2019 IIIF Conference"
]
"en": ["Picture of Göttingen taken during the 2019 IIIF Conference"]
},
"items": [
{
Expand Down Expand Up @@ -43,7 +41,7 @@
],
"annotations": [
{
"id": "{{ id.path }}/page/p2/1",
"id": "{{ id.path }}/page/p1/2",
"type": "AnnotationPage",
"items": [
{
Expand Down Expand Up @@ -112,4 +110,4 @@
]
}
]
}
}

0 comments on commit 7196d9a

Please sign in to comment.