Skip to content

Commit 5ef77ba

Browse files
authored
docs(features): mention inlining in static assets section (#1975)
1 parent b2a4241 commit 5ef77ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ document.getElementById('hero-img').src = imgUrl
364364
```js twoslash
365365
import 'vite/client'
366366
// ---cut---
367-
// アセットを URL として明示的にロードする
367+
// アセットを URL として明示的にロードする(ファイルサイズに応じて自動的にインライン化されます)
368368
import assetAsURL from './asset.js?url'
369369
```
370370

0 commit comments

Comments
 (0)