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 a2250eb commit 95a79fdCopy full SHA for 95a79fd
components/asset.rst
@@ -168,7 +168,7 @@ that path over and over again::
168
169
$package = new PathPackage('/static/images', new StaticVersionStrategy('v1'));
170
171
- echo $package->getUrl('/logo.png');
+ echo $package->getUrl('logo.png');
172
// result: /static/images/logo.png?v1
173
174
Request Context Aware Assets
0 commit comments