Skip to content

Commit

Permalink
url filter for osd assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mnyrop committed Jan 22, 2024
1 parent 3841296 commit 445cd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/_includes/components/viewers/osd-iiif.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
id: "map",
sequenceMode: true,
preload: true,
prefixUrl: "/assets/vendor/osd/icons/",
prefixUrl: "{{ '/assets/vendor/osd/icons/' | url }}",
tileSources: tileSources,
placeholderFillStyle: "#FFFFFF",
showHomeControl: false
Expand Down

0 comments on commit 445cd1b

Please sign in to comment.