Twig Components / Methods / preload
Note: You are currently reading the documentation for Bolt 5.0. Looking for the documentation for Bolt 5.2 instead?
preload(uri, attributes = [])
is a Twig function to preload an asset by wrapping it with the preload() function.
<head>
<!-- ... -->
<link rel="preload" href="{{ preload(asset('build/app.css')) }}">
</head>
To do that, first install the WebLink component:
composer require symfony/web-link
Source: Symfony
Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.