diff --git a/docs/guide/features.md b/docs/guide/features.md index 18067661..c41624e5 100644 --- a/docs/guide/features.md +++ b/docs/guide/features.md @@ -359,7 +359,7 @@ document.getElementById('hero-img').src = imgUrl Spezielle Abfragen können die Art und Weise, wie Assets geladen werden, verändern: ```js -// Explicitly load assets as URL +// Explicitly load assets as URL (automatically inlined depending on the file size) import assetAsURL from './asset.js?url' ```