Skip to content

Commit 67e2d9e

Browse files
author
Jonathan Hunt
committed
#2370 Add host to make IIIF Identifier an HTTP(S) URI
1 parent 30b3ab4 commit 67e2d9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public function render() {
235235
// @see https://iiif.io/api/presentation/2.1/#manifest
236236
$json += [
237237
'@type' => 'sc:Manifest',
238-
'@id' => $request_url,
238+
'@id' => $request_host . $request_url,
239239
// If the View has a title, set the View title as the manifest label.
240240
'label' => $label,
241241
'@context' => 'http://iiif.io/api/presentation/2/context.json',

0 commit comments

Comments
 (0)