Use url_for for all static paths
This commit is contained in:
@@ -132,6 +132,6 @@
|
||||
<p>Here’s an example:<br>
|
||||
Application A has a development environment, production environment, and sandbox environment. The cloud resources in the development environment are grouped and accessed separately from the production environment and sandbox environment.</p>
|
||||
|
||||
<img src='/static/img/at-at_faqs_content.svg' alt='AT-AT FAQs Content'>
|
||||
<img src='{{ url_for("static", filename="img/at-at_faqs_content.svg") }}' alt='AT-AT FAQs Content'>
|
||||
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user