From 7cc82a0f4855b05451c14d604aa8c1113c427e42 Mon Sep 17 00:00:00 2001 From: webfussel Date: Fri, 21 Feb 2025 20:49:09 +0100 Subject: [PATCH] ADD: more icon consistency More icons and better consistency --- {public/img => app/assets}/icons/kofi.svg | 24 +++++++++++------------ nuxt.config.ts | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) rename {public/img => app/assets}/icons/kofi.svg (98%) diff --git a/public/img/icons/kofi.svg b/app/assets/icons/kofi.svg similarity index 98% rename from public/img/icons/kofi.svg rename to app/assets/icons/kofi.svg index 89ddbbe..64db1b1 100644 --- a/public/img/icons/kofi.svg +++ b/app/assets/icons/kofi.svg @@ -1,12 +1,12 @@ - - - - - - - + + + + + + + diff --git a/nuxt.config.ts b/nuxt.config.ts index 84558c4..c7e2210 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -63,7 +63,7 @@ export default defineNuxtConfig({ customCollections: [ { prefix: 'wf', - dir: './public/img/icons' + dir: './app/assets/icons' } ], provider: 'iconify',