Skip to content

Commit

Permalink
Merge pull request #10 from podcastless:develop
Browse files Browse the repository at this point in the history
Fix-[Nuxt] Add favicon
  • Loading branch information
pandres95 authored Mar 19, 2020
2 parents 222f7cb + f0702bb commit f58ece8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nuxt.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ console.log('Loading Nuxt Configuration file');

module.exports = {
rootDir: process.cwd(),
header: {
mode: 'universal',
head: {
title: 'Podcastless',
meta: [
{ charsert: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ 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: {
Expand Down
13 changes: 13 additions & 0 deletions static/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f58ece8

Please sign in to comment.