docs: favicon

This commit is contained in:
Arash Sheyda
2023-06-18 13:04:06 +03:00
parent 23ec1989f7
commit 9e867fc0b3

View File

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