Skip to content

Commit

Permalink
fix: extend component path
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin committed Sep 13, 2024
1 parent 02e4150 commit 6bde6bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configName: output.assetPrefix

在生产环境使用 CDN 部署时,可使用该选项设置静态资源的 URL 前缀。

import OutputAssetPrefixExtend from '@site-docs-en/components/output-asset-prefix-extend';
import OutputAssetPrefixExtend from '@site-docs/components/output-asset-prefix-extend';

<OutputAssetPrefixExtend />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configName: output.polyfill

通过 `output.polyfill` 你可以配置 Polyfill 的注入方式。

import OutputPolyfillExtend from '@site-docs-en/components/output-polyfill-extend';
import OutputPolyfillExtend from '@site-docs/components/output-polyfill-extend';

<OutputPolyfillExtend />

Expand Down

0 comments on commit 6bde6bb

Please sign in to comment.