mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2025-12-17 04:41:37 +08:00
fix: 移除不再使用的图标依赖和禁用远程图标获取
This commit is contained in:
@@ -26,12 +26,9 @@ export default defineNuxtConfig({
|
||||
dir: "./public/icon",
|
||||
},
|
||||
],
|
||||
serverBundle: {
|
||||
remote: (name: string) =>
|
||||
`https://gcore.jsdelivr.net/npm/@iconify-json/${name}/icons.json`,
|
||||
externalizeIconsJson: true,
|
||||
},
|
||||
serverBundle: false,
|
||||
clientBundle: {
|
||||
icons: ["proicons:terminal", "line-md:download-loop"],
|
||||
scan: {
|
||||
globInclude: ["pages/*.vue", "app.vue"],
|
||||
globExclude: ["node_modules", "dist"],
|
||||
|
||||
Reference in New Issue
Block a user