From 03a2033e6d5352281406f2c99e0086afa967f5a5 Mon Sep 17 00:00:00 2001 From: chenxsan Date: Sat, 30 Apr 2022 19:34:05 +0800 Subject: [PATCH] docs(guides): mention outputPath and publicPath --- src/content/guides/asset-modules.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/guides/asset-modules.mdx b/src/content/guides/asset-modules.mdx index 2253281f0d5a..ede35935412d 100644 --- a/src/content/guides/asset-modules.mdx +++ b/src/content/guides/asset-modules.mdx @@ -109,7 +109,7 @@ import mainImage from './images/main.png'; img.src = mainImage; // '/dist/151cfcfa1bd74779aadb.png' ``` -All `.png` files will be emitted to the output directory and their paths will be injected into the bundles. +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. ### Custom output filename