Skip to content

Commit 72004fa

Browse files
committed
added version to url
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
1 parent c325b00 commit 72004fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/templates/base/_head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g="
2222
crossorigin="anonymous"></script>
2323
<!-- Tailwind & DaisyUI -->
24-
<link rel="stylesheet" href="{% static 'src/output.css' %}">
24+
<link rel="stylesheet" href="{% static 'src/output.css' %}?v={{ version }}">
2525
{# <script src="https://cdn.tailwindcss.com"></script>#}
2626
<!-- FontAwesome -->
2727
<link rel="stylesheet"
@@ -56,7 +56,7 @@
5656
{% render_bundle 'htmx' 'js' %}
5757
{% render_bundle 'font_awesome' 'js' %}
5858
<!-- Tailwind & DaisyUI -->
59-
<link rel="stylesheet" href="{% static 'src/output.css' %}">
59+
<link rel="stylesheet" href="{% static 'src/output.css' %}?v={{ version }}">
6060
{% endif %}
6161
{% render_bundle 'receipt_downloads' 'js' %}
6262
{{ analytics|safe }}

0 commit comments

Comments
 (0)