File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ The component has two main features:
15
15
16
16
* :ref: `Mapping & Versioning Assets <mapping-assets >`: All files inside of ``assets/ ``
17
17
are made available publicly and **versioned **. You can reference the file
18
- ``assets/images/product.jpeg `` in a Twig template with ``{{ asset('images/product.jpeg ') }} ``.
19
- The final URL will include a version hash, like ``/assets/images/product-3c16d9220694c0e56d8648f25e6035e9.jpeg ``.
18
+ ``assets/images/product.jpg `` in a Twig template with ``{{ asset('images/product.jpg ') }} ``.
19
+ The final URL will include a version hash, like ``/assets/images/product-3c16d9220694c0e56d8648f25e6035e9.jpg ``.
20
20
21
21
* :ref: `Importmaps <importmaps-javascript >`: A native browser feature that makes it easier
22
22
to use the JavaScript ``import `` statement (e.g. ``import { Modal } from 'bootstrap' ``)
You can’t perform that action at this time.
0 commit comments