Skip to content

Commit

Permalink
fix: add back alternative frontend url
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrieh committed Jul 4, 2024
1 parent 9315fb2 commit f71d32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TaskTemplate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
v-show="isIframeLoaded"
id="mediaFrame"
ref="mediaFrame"
:src="`/template-proxy.html`"
:src="`${alternativeFrontendUrl}/template-proxy.html`"
name="mediaFrame"
sandbox="allow-scripts allow-modals allow-downloads allow-forms allow-popups allow-popups-to-escape-sandbox allow-pointer-lock allow-same-origin"
allow="geolocation; microphone; camera; autoplay; fullscreen"
Expand Down

0 comments on commit f71d32f

Please sign in to comment.