Skip to content

Commit b47fdc9

Browse files
committed
Merge branch 'agents/upgrade-rc2-to-rc3-guide'
2 parents a33b397 + adfc167 commit b47fdc9

4 files changed

Lines changed: 226 additions & 216 deletions

File tree

app/templates/content/stylesheets_site.html.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{# This file should contain the list of css to include site wide. It will be injected into the base template headers #}
22
{# The `app` entry from Webpack config is loaded here #}
33
{% block stylesheets_site %}
4+
{{ vite_css_preload('main.ts') }}
5+
{{ vite_css_preload('search.ts') }}
46
{{ vite_css('main.ts') }}
57
{{ vite_css('search.ts') }}
68
{{ vite_preload('main.ts') }}

0 commit comments

Comments
 (0)