Skip to content

Commit

Permalink
docs: update asset-module.mdx (#7770)
Browse files Browse the repository at this point in the history
* Update asset-module.mdx

修复使用 Optimizer Loader中的代码片段和下面的说明不一致的问题

* Update en asset-module.mdx

修复使用 Optimizer Loader中的代码片段和下面的说明不一致的问题
  • Loading branch information
renzp94 authored Sep 4, 2024
1 parent cd962e5 commit 56af749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/en/guide/features/asset-module.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ module.exports = {
},
},
],
type: 'asset',
type: 'asset/resource',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion website/docs/zh/guide/features/asset-module.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ module.exports = {
},
},
],
type: 'asset',
type: 'asset/resource',
},
],
},
Expand Down

0 comments on commit 56af749

Please sign in to comment.