feat(list): set favicon

This commit is contained in:
Kim, Jimin 2025-03-23 08:39:05 +09:00
parent de23c9d168
commit 088398cba5
Signed by: pomp
GPG key ID: D3932F82A0667A3B
3 changed files with 4 additions and 0 deletions

View file

@ -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

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.9 KiB