Skip to content

Commit

Permalink
chore: set favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed May 17, 2024
1 parent 16d3656 commit a95aa92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ useHead({

<template>
<Html lang="en" />
<Head>
<Link rel="icon" href="/logo.png" type="image/png" />
</Head>
<NuxtLayout>
<NuxtLoadingIndicator />
<NuxtPage />
Expand Down

1 comment on commit a95aa92

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for morpheme-nuxt-starter-rato ready!

✅ Preview
https://morpheme-nuxt-starter-rato-r11oi8eka-warsonos-projects.vercel.app

Built with commit a95aa92.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.