Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 43bd627

Browse filesBrowse files
committed
Minor tweak
1 parent 9a23685 commit 43bd627
Copy full SHA for 43bd627

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎frontend/asset_mapper.rst

Copy file name to clipboardExpand all lines: frontend/asset_mapper.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ The component has two main features:
1515

1616
* :ref:`Mapping & Versioning Assets <mapping-assets>`: All files inside of ``assets/``
1717
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``.
2020

2121
* :ref:`Importmaps <importmaps-javascript>`: A native browser feature that makes it easier
2222
to use the JavaScript ``import`` statement (e.g. ``import { Modal } from 'bootstrap'``)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.