Fix JS bundle caching

This commit is contained in:
Sascha Ißbrücker
2024-01-28 23:07:38 +01:00
parent d7c1afa2a5
commit 96ee4746ad
5 changed files with 1 additions and 8 deletions

View File

@@ -43,6 +43,4 @@
</div>
</section>
</div>
<script src="{% static "bundle.js" %}?v={{ app_version }}"></script>
{% endblock %}

View File

@@ -115,8 +115,6 @@
{% endif %}
<a href="{{ cancel_url }}" class="btn">Nevermind</a>
</div>
<script src="{% static "bundle.js" %}?v={{ app_version }}"></script>
<script type="application/javascript">
/**
* - Pre-fill title and description placeholders with metadata from website as soon as URL changes

View File

@@ -43,6 +43,4 @@
</div>
</section>
</div>
<script src="{% static "bundle.js" %}?v={{ app_version }}"></script>
{% endblock %}

View File

@@ -122,5 +122,6 @@
{% block content %}
{% endblock %}
</div>
<script src="{% static "bundle.js" %}?v={{ app_version }}"></script>
</body>
</html>

View File

@@ -46,6 +46,4 @@
</div>
</section>
</div>
<script src="{% static "bundle.js" %}?v={{ app_version }}"></script>
{% endblock %}