mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 14:10:52 +01:00
try to make audio play
This commit is contained in:
@ -18,6 +18,18 @@ export default defineNuxtConfig({
|
||||
dirs: ["composables/**", "stores/**", "components/**", "pages/**", "types/**"],
|
||||
},
|
||||
|
||||
icon: {
|
||||
provider: 'server',
|
||||
mode: "svg",
|
||||
clientBundle: {
|
||||
icons: ["solar:global-outline", "gg:extension"],
|
||||
scan: true,
|
||||
includeCustomCollections: true,
|
||||
},
|
||||
serverBundle: { collections: ["mdi", "line-md", "solar", "gg"] }
|
||||
//collections: ["mdi", "line-md"]
|
||||
},
|
||||
|
||||
i18n: {
|
||||
strategy: "prefix_and_default",
|
||||
defaultLocale: "de",
|
||||
|
||||
Reference in New Issue
Block a user