Skip to content

Commit ad5d28d

Browse files
authored
docs: fix build.assetsInlineLimit link (#3415)
1 parent 30ff5a2 commit ad5d28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/assets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The behavior is similar to webpack's `file-loader`. The difference is that the i
2424

2525
- Referenced assets are included as part of the build assets graph, will get hashed file names, and can be processed by plugins for optimization.
2626

27-
- Assets smaller in bytes than the [`assetsInlineLimit` option](/config/#assetsinlinelimit) will be inlined as base64 data URLs.
27+
- Assets smaller in bytes than the [`assetsInlineLimit` option](/config/#build-assetsinlinelimit) will be inlined as base64 data URLs.
2828

2929
### Explicit URL Imports
3030

0 commit comments

Comments
 (0)