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
1 merge request!1154Resolve "Verify maintenance mode with GraphQL / reimplement maintenance mode handling"
......@@ -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