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 (
|
return (
|
||||||
<html lang="en" className="dark">
|
<html lang="en" className="dark">
|
||||||
<head>
|
<head>
|
||||||
<link
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
rel="shortcut icon"
|
|
||||||
type="image/svg+xml"
|
|
||||||
href="/favicon.svg"
|
|
||||||
/>
|
|
||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#000000" />
|
||||||
<script
|
<script
|
||||||
defer
|
defer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue