move vendored files into their own folder

This commit is contained in:
thomas girod
2024-08-14 13:25:33 +02:00
parent ff088009d9
commit d295cc5223
68 changed files with 16 additions and 19 deletions

View File

@@ -2,8 +2,7 @@
{% block head %}
{{ super() }}
<script
src="https://browser.sentry-cdn.com/7.11.1/bundle.min.js"
integrity="sha384-qcYSo5+/E8hEkPmHFa79GRDsGT84SRhBJHRw3+dbQyh0UwueiFP1jCsRBClEREcs"
src="{{ static('vendored/sentry/bundle.min.js') }}"
crossorigin="anonymous"
></script>
{% endblock head %}