Skip to content

Commit 07502e9

Browse files
authored
docs(guides): mention outputPath and publicPath (#6124)
1 parent 0bb033f commit 07502e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/guides/asset-modules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ import mainImage from './images/main.png';
109109
img.src = mainImage; // '/dist/151cfcfa1bd74779aadb.png'
110110
```
111111

112-
All `.png` files will be emitted to the output directory and their paths will be injected into the bundles.
112+
All `.png` files will be emitted to the output directory and their paths will be injected into the bundles, besides, you can customize [`outputPath`](/configuration/module/#rulegeneratoroutputpath) and [`publicPath`](/configuration/module/#rulegeneratorpublicpath) for them.
113113

114114
### Custom output filename
115115

0 commit comments

Comments
 (0)