Skip to content

Commit

Permalink
added fav icon
Browse files Browse the repository at this point in the history
  • Loading branch information
taricov committed Feb 12, 2024
1 parent b29fa43 commit 163f81c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 6 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
import { AppFormHero } from './.nuxt/components.d';
export default ({
modules: ['@nuxtjs/tailwindcss', 'nuxt-icon', '@vueuse/nuxt'],
build: {
transpile: ["@headlessui/vue"],
},
head:{
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/public/favicon.ico' }
],
},
colorMode: {
classSuffix: '',
},
Expand Down
Binary file modified public/.DS_Store
Binary file not shown.
Binary file added public/favicon.ico
Binary file not shown.
Binary file removed public/favicon.png
Binary file not shown.

0 comments on commit 163f81c

Please sign in to comment.