Files
nuxt-mongoose/docs/nuxt.config.ts
Arash Sheyda 9e867fc0b3 docs: favicon
2023-06-18 13:04:06 +03:00

20 lines
282 B
TypeScript

export default defineNuxtConfig({
extends: '@nuxt-themes/docus',
app: {
head: {
link: [
{
rel: 'icon',
type: 'image/x-icon',
href: '/mongoose-icon.svg',
},
],
},
},
modules: [
'@nuxthq/studio',
],
})