mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 12:14:42 +01:00
use nuxt image
This commit is contained in:
@@ -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'
|
||||
]
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user