add about-us.vue
All checks were successful
Deploy / build (push) Successful in 3m21s

This commit is contained in:
alsaze
2025-12-10 16:15:35 +03:00
parent 24237652db
commit 2f0b72c387
16 changed files with 1172 additions and 761 deletions

View File

@@ -67,4 +67,12 @@ export default defineNuxtConfig({
fonts: {
provider: 'google',
},
icon: {
customCollections: [
{
prefix: 'my-icon',
dir: './assets/my-icons',
},
],
},
})