Skip to content

Commit

Permalink
fix(head): fix favicon image
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosugamea committed Jan 19, 2024
1 parent 9c99862 commit d2e179a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,13 @@ export default defineNuxtConfig({
titleTemplate: '%s - Sparkle News',
viewport: 'width=device-width, initial-scale=1, maximum-scale=5',
charset: 'utf-8',
link: [{ rel: 'icon', type: 'image/png', href: '/hitode.png' }],
link: [
{
rel: 'icon',
type: 'image/png',
href: '/recreate-news/assets/hitode.png'
}
],
meta: [{ name: 'robots', content: 'noindex,nofollow,noarchive' }]
}
}
Expand Down

0 comments on commit d2e179a

Please sign in to comment.