feat: Add jquery dependency

- Add jquery version 3.7.1
- Remove external script resource from app template
- Add eleventy passthrough to build/vendor
This commit is contained in:
sthag 2025-10-27 21:15:32 +01:00
parent c77bcd8bdc
commit ff5d4bd3eb
4 changed files with 14 additions and 2 deletions

View file

@ -13,7 +13,7 @@
{% block script %}
{{ block.super -}}
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="/vendor/jquery.min.js"></script>
<script src="{{ pageBase }}js/variables.js"></script>
<script src="{{ pageBase }}js/app.js"></script>