Update icons setting

This commit is contained in:
marzban-dev
2026-04-25 21:18:27 +03:30
parent 83accfef52
commit 2832705e7a
3 changed files with 21 additions and 6 deletions
+5
View File
@@ -56,12 +56,17 @@ export default defineNuxtConfig({
icon: {
mode: "svg",
provider: "server",
customCollections: [
{
prefix: "ci",
dir: "./public/icons",
},
],
serverBundle: {
collections: ["ci", "bi"],
},
fallbackToApi: false,
},
modules: [