fix(blog): favicon path resolution
This commit is contained in:
parent
badaa09950
commit
c01ecd6f10
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ export default function RootLayout({
|
||||||
<link
|
<link
|
||||||
rel="shortcut icon"
|
rel="shortcut icon"
|
||||||
type="image/svg+xml"
|
type="image/svg+xml"
|
||||||
href="favicon.svg"
|
href="/favicon.svg"
|
||||||
/>
|
/>
|
||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#000000" />
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue