You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#15375 [WebLink] Fixed the preload links (javiereguiluz)
This PR was merged into the 4.4 branch.
Discussion
----------
[WebLink] Fixed the preload links
As you can see at https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/preload, the `<link>` elements that use preload follow this syntax:
```html
<link rel="preload" href="..." as="...">
```
That's why I think we need to change all our `rel="stylesheet"` by `rel="preload"` ... unless the `preload()` Twig function replaces the entire `<link>`, which I don't think it's the case
Commits
-------
43a2d46 [WebLink] Fixed the preload links
0 commit comments