Update trusted proxies configuration to use default environment variable and add importmap block in base template
All checks were successful
CI (Gitea) / php-tests (push) Successful in 10m16s
CI (Gitea) / docker-image (push) Successful in 2m29s

This commit is contained in:
2025-11-28 08:59:28 +00:00
parent fa54cb4167
commit 4ae7a44881
2 changed files with 4 additions and 1 deletions

View File

@@ -39,6 +39,9 @@
</main>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
{% block javascripts %}
{% block importmap %}{{ importmap('app') }}{% endblock %}
{% endblock %}
{% include '_partials/auth_modal.html.twig' %}
</body>
</html>