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.
1 parent 86976e6 commit 5373d6bCopy full SHA for 5373d6b
frontend/asset_mapper.rst
@@ -74,8 +74,8 @@ The path - ``images/duck.png`` - is relative to your mapped directory (``assets/
74
This is known as the **logical path** to your asset.
75
76
If you look at the HTML in your page, the URL will be something
77
-like: ``/assets/images/duck-3c16d9220694c0e56d8648f25e6035e9.png``. If you update
78
-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.
79
80
Serving Assets in dev vs prod
81
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments