We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a33b397 + adfc167 commit b47fdc9Copy full SHA for b47fdc9
4 files changed
app/templates/content/stylesheets_site.html.twig
@@ -1,6 +1,8 @@
1
{# This file should contain the list of css to include site wide. It will be injected into the base template headers #}
2
{# The `app` entry from Webpack config is loaded here #}
3
{% block stylesheets_site %}
4
+ {{ vite_css_preload('main.ts') }}
5
+ {{ vite_css_preload('search.ts') }}
6
{{ vite_css('main.ts') }}
7
{{ vite_css('search.ts') }}
8
{{ vite_preload('main.ts') }}
0 commit comments