remove title tag
This commit is contained in:
parent
7f0fc385a1
commit
929b33f04c
|
@ -21,7 +21,6 @@ const Layout: React.FC<React.PropsWithChildren> = (props) => {
|
|||
<Head>
|
||||
<meta charSet="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Proxy Raye: un proxy per XVideos basato su PornInvidious</title>
|
||||
</Head>
|
||||
<body>
|
||||
<main className="container">{children}</main>
|
||||
|
|
Loading…
Reference in New Issue