icon icon indicating copy to clipboard operation
icon copied to clipboard

Seems like @nuxt/icon doesn't understand other language in files name in local icon collection

Open ztxone opened this issue 1 year ago • 0 comments

So in my case in nuxt.config.ts i described custom collection icon: { customCollections: [ { prefix: 'elfi', dir: './assets/icons' }, ], }

if in my directory lies files with EN names - all works fine if i put there file with cyrillic (for ex RU) name - the nuxt even can't start properly with "npm run dev" - blank screen with no errors

and one else thing - if i make some changes in folder with icons - i need to terminate nuxt and run again "npm run dev" to activate changes

ztxone avatar Jul 14 '24 00:07 ztxone