feat(blog): remove non-conforming attributes
check https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel
This commit is contained in:
parent
19d87a1ee0
commit
de23c9d168
1 changed files with 1 additions and 5 deletions
|
@ -56,11 +56,7 @@ export default function RootLayout({
|
|||
return (
|
||||
<html lang="en" className="dark">
|
||||
<head>
|
||||
<link
|
||||
rel="shortcut icon"
|
||||
type="image/svg+xml"
|
||||
href="/favicon.svg"
|
||||
/>
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<script
|
||||
defer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue