Skip to content

Commit

Permalink
docs: favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
arashsheyda committed Jun 18, 2023
1 parent 23ec198 commit 9e867fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -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',
],
Expand Down

0 comments on commit 9e867fc

Please sign in to comment.