Skip to content

Commit

Permalink
fix(favicon): move to root
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Jan 8, 2023
1 parent 46f8d5e commit ddd23ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composables/useHeadLayout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const useHeadLayout = () => {
type: 'image/png',
},
{
href: '/assets/static/favicon/favicon.ico',
href: '/favicon.ico',
rel: 'icon',
type: 'image/x-icon',
},
Expand All @@ -43,7 +43,7 @@ export const useHeadLayout = () => {
rel: 'mask-icon',
},
{
href: '/assets/static/favicon/favicon.ico',
href: '/favicon.ico',
rel: 'shortcut icon',
},
],
Expand Down
File renamed without changes.

0 comments on commit ddd23ac

Please sign in to comment.