diff --git a/nuxt.config.ts b/nuxt.config.ts index 2646dcf..c41b305 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -10,6 +10,7 @@ export default defineNuxtConfig({ ], modules: [ + '@nuxt/image', '@nuxthq/studio', '@nuxthq/ui', '@pinia/nuxt', @@ -44,4 +45,11 @@ export default defineNuxtConfig({ enabled: true, }, }, + + image: { + domains: [ + 'avatars0.githubusercontent.com', + 'pbs.twimg.com' + ] + } }) diff --git a/src/pages/talents.vue b/src/pages/talents.vue index 1a050f2..b1e1179 100644 --- a/src/pages/talents.vue +++ b/src/pages/talents.vue @@ -87,7 +87,7 @@ const getColor = computed(() => `text-${appConfig.ui.primary}-500`) >