[Closes #18] favicon and git lfs
This commit is contained in:
parent
7e17984377
commit
e0a4fbd88e
21 changed files with 102 additions and 0 deletions
|
|
@ -19,6 +19,11 @@ export default defineNuxtConfig({
|
|||
htmlAttrs: {
|
||||
class: "dark",
|
||||
},
|
||||
link: [
|
||||
{ rel: "icon", type: "image/x-icon", href: "/favicon.ico" },
|
||||
{ rel: "icon", type: "image/png", href: "/favicon.png" },
|
||||
{ rel: "icon", type: "image/svg+xml", href: "/favicon.svg" },
|
||||
],
|
||||
},
|
||||
},
|
||||
devtools: { enabled: true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue