update icons and skills

This commit is contained in:
Zoe
2023-05-20 23:02:20 -05:00
parent 8156b71eab
commit 66ad112d8c
3 changed files with 31 additions and 26 deletions

View File

@@ -13,6 +13,9 @@ export default defineNuxtConfig({
// hid is used as unique identifier. Do not use `vmid` for it as it will not work
{ hid: 'description', name: 'description', content: 'Juls07 is a fullstack web developer' }
],
link: [
{ rel: 'icon', href: '/favicon.png' }
],
htmlAttrs: {
lang: 'en'
}