Skip to content

Commit ef7f7c1

Browse files
committed
chore: updated favicon
1 parent 5117f88 commit ef7f7c1

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

nuxt.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,12 @@ export default defineNuxtConfig({
4343
braceStyle: '1tbs'
4444
}
4545
}
46+
},
47+
app: {
48+
head: {
49+
link: [
50+
{ rel: 'icon', type: 'image/svg+xml', href: '/icon.svg' }
51+
]
52+
}
4653
}
4754
})

public/icon.svg

Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)