feat(list): set favicon
This commit is contained in:
parent
de23c9d168
commit
088398cba5
3 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,9 @@ export default defineNuxtConfig({
|
|||
head: {
|
||||
title, // default fallback title
|
||||
titleTemplate: `%s | ${title}`,
|
||||
link: [
|
||||
{ rel: "icon", type: "image/svg+xml", href: "/favicon.svg" },
|
||||
],
|
||||
htmlAttrs: {
|
||||
lang: "en",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue