Fix hard-coded url
This commit is contained in:
parent
a8b05edba1
commit
e0f8ac3ee4
@ -57,7 +57,7 @@
|
|||||||
preload="none">
|
preload="none">
|
||||||
{% if config.isInstance %}
|
{% if config.isInstance %}
|
||||||
{% for source in info.formats %}
|
{% for source in info.formats %}
|
||||||
<source src="https://yotter.xyz{{source.url}}" type="video/{{source.ext}}">
|
<source src="{{source.url}}" type="video/{{source.ext}}">
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that
|
<p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that
|
||||||
@ -260,4 +260,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Reference in New Issue
Block a user