Update icons settings to only load custom local icons
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user