diff --git a/aleksis/core/templates/core/vue_base.html b/aleksis/core/templates/core/vue_base.html
index fc2c98c761b4e0fc6e868c06dde8b7d09720c2fc..c8770d4f3107fbc9b2fecc87d7e01707459da179 100644
--- a/aleksis/core/templates/core/vue_base.html
+++ b/aleksis/core/templates/core/vue_base.html
@@ -213,8 +213,8 @@
 {{ request.site.preferences.theme__secondary|json_script:"secondary-color" }}
 {{ LANGUAGE_CODE|json_script:"current-language" }}
 {{ LANGUAGES|json_script:"language-info-list" }}
-{% render_bundle 'main' %}
 <script type="text/javascript" src="{% static 'js/search.js' %}"></script>
 {% block extra_body %}{% endblock %}
+{% render_bundle 'core' %}
 </body>
 </html>