Skip to content

Commit

Permalink
fix: dont set favicon dynamically
Browse files Browse the repository at this point in the history
TODO choose a nice favicon for all diluzios
  • Loading branch information
maybeanerd committed Sep 12, 2023
1 parent 47edd8c commit be7731d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions composables/useProfileFromRoute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ function setMetaInfo (person: Profile['person']) {
ogImage: pageImage,
twitterCard: 'summary_large_image',
});

useHead({
link: [
{
rel: 'icon',
type: 'image/png',
href: pageImage,
},
],
});
}

function setProfileByName (name: string) {
Expand Down

0 comments on commit be7731d

Please sign in to comment.