Skip to content

Commit

Permalink
Update nuxt.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dev23jjl authored Oct 14, 2023
1 parent 2ff9669 commit 3b3039b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ export default defineNuxtConfig({
// https://github.com/nuxt-themes/alpine
extends: '@nuxt-themes/alpine',

head: {
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
]
},

modules: [
// https://github.com/nuxt-modules/plausible
'@nuxtjs/plausible',
Expand Down

0 comments on commit 3b3039b

Please sign in to comment.