Update icons settings to only load custom local icons

This commit is contained in:
marzban-dev
2026-04-26 12:29:23 +03:30
parent 2832705e7a
commit 7b6b775354
3 changed files with 229 additions and 32 deletions
+3 -4
View File
@@ -56,17 +56,16 @@ export default defineNuxtConfig({
icon: {
mode: "svg",
provider: "server",
provider: undefined,
customCollections: [
{
prefix: "ci",
dir: "./public/icons",
},
],
serverBundle: {
collections: ["ci", "bi"],
clientBundle: {
includeCustomCollections: true,
},
fallbackToApi: false,
},
modules: [