We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 243ecfd + 9b2310a commit a183601Copy full SHA for a183601
frontend/asset_mapper.rst
@@ -70,8 +70,8 @@ The path - ``images/duck.png`` - is relative to your mapped directory (``assets/
70
This is known as the **logical path** to your asset.
71
72
If you look at the HTML in your page, the URL will be something
73
-like: ``/assets/images/duck-3c16d9220694c0e56d8648f25e6035e9.png``. If you update
74
-the file, the version part of the URL will change automatically!
+like: ``/assets/images/duck-3c16d9220694c0e56d8648f25e6035e9.png``. If you change
+the file, the version part of the URL will also change automatically.
75
76
Serving Assets in dev vs prod
77
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments