Skip to content

Commit 0ef25f6

Browse files
committed
Add version arg to main.css to bust caches
1 parent e3bb4dd commit 0ef25f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prefix_finder/frontend/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<!-- Styles -->
1919
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
20-
<link rel="stylesheet" href="{% static 'css/main.css'%}">
20+
<link rel="stylesheet" href="{% static 'css/main.css'%}?version=2">
2121
{% block extra_style %}{% endblock %}
2222
{% get_favicons prefix="favicons/" %}
2323
</head>

0 commit comments

Comments
 (0)