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",
|
||||
},
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB |
1
apps/list/public/favicon.svg
Normal file
1
apps/list/public/favicon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 4.9 KiB |
Loading…
Add table
Add a link
Reference in a new issue