Skip to content
Snippets Groups Projects
Commit a897ae55 authored by Julian's avatar Julian
Browse files

Don't load frontend if maintenance mode is turned on

parent 3de419d1
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,8 @@
<app ref="aleksisApp"></app>
</main>
{% vite_asset 'aleksis/core/frontend/index.js' %}
{% if not need_maintenance_response %}
{% vite_asset 'aleksis/core/frontend/index.js' %}
{% endif %}
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment