diff --git a/nuxt.config.cjs b/nuxt.config.cjs index be68647..dbb2f17 100644 --- a/nuxt.config.cjs +++ b/nuxt.config.cjs @@ -2,7 +2,8 @@ console.log('Loading Nuxt Configuration file'); module.exports = { rootDir: process.cwd(), - header: { + mode: 'universal', + head: { title: 'Podcastless', meta: [ { charsert: 'utf-8' }, @@ -10,7 +11,7 @@ module.exports = { { hid: 'description', name: 'description', content: 'Podcasts to love' } ], link: [ - { rel: 'icon', type: 'image/svg', href: '~assets/img/logo.svg' } + { rel: 'icon', type: 'image/svg', href: '/favicon.svg' } ] }, build: { diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 0000000..1298bdc --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1,13 @@ + + + + Group + Created with Sketch. + + + + + + + +