Skip to content

Commit

Permalink
Hotfix object and patt urls
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodiegoss committed Feb 9, 2025
1 parent bf0e5c1 commit 52c12cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
start_interval: 5s

storage:
image: minio/minio:latest
image: minio/minio:RELEASE.2022-09-17T00-09-45Z.hotfix.acb000d3a
ports:
- 9000:9000
- 9001:9001
Expand Down
4 changes: 2 additions & 2 deletions src/core/jinja2/core/exhibit.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

<ar-scene>
{% for artwork in artworks %}
<ar-marker patt="/media/public/{{artwork.marker.patt.name}}">
<ar-marker patt="{{artwork.marker.patt.url}}">
<ar-content
src="/media/public/{{artwork.augmented.source.name}}"
src="{{artwork.augmented.source.url}}"
scale="{{artwork.augmented.scale}}"
position="{{artwork.augmented.position}}"
rotation="{{artwork.augmented.rotation}}">
Expand Down

0 comments on commit 52c12cc

Please sign in to comment.