Skip to content

Commit 8a98739

Browse files
authored
docs(features): mention inlining in static assets section (#788) (#1071)
* docs: image svg element use href attribute (#782) * docs(features): mention inlining in static assets section (#788) --------- Co-authored-by: Rush Ali <s0aPii.ra@googlemail.com> closes #788 #1071
1 parent 53606c5 commit 8a98739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ document.getElementById('hero-img').src = imgUrl
359359
Spezielle Abfragen können die Art und Weise, wie Assets geladen werden, verändern:
360360

361361
```js
362-
// Explicitly load assets as URL
362+
// Explicitly load assets as URL (automatically inlined depending on the file size)
363363
import assetAsURL from './asset.js?url'
364364
```
365365

0 commit comments

Comments
 (0)