build(projects): perf logo

This commit is contained in:
Soybean
2023-02-09 23:25:00 +08:00
parent 919376b77c
commit a8a6ed97b9
21 changed files with 875 additions and 777 deletions

View File

@ -22,7 +22,7 @@ export default function unplugin(viteEnv: ImportMetaEnv) {
compiler: 'vue3',
customCollections: {
[collectionName]: FileSystemIconLoader(localIconPath, svg =>
svg.replace(/^<svg /, '<svg width="1em" height="1em" ')
svg.replace(/^<svg\s/, '<svg width="1em" height="1em" ')
)
},
scale: 1,