mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Add missing rel to indieauth link. Closes #2791
This commit is contained in:
parent
76d2afe1d8
commit
7400033bee
@ -1,3 +1,4 @@
|
||||
/* eslint-disable react/no-invalid-html-attribute */
|
||||
/* eslint-disable react/no-danger */
|
||||
/* eslint-disable react/no-unescaped-entities */
|
||||
import { useRecoilValue } from 'recoil';
|
||||
@ -91,7 +92,7 @@ export const Main: FC = () => {
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon/favicon-96x96.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16x16.png" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<link href="/api/auth/provider/indieauth" />
|
||||
<link rel="authorization_endpoint" href="/api/auth/provider/indieauth" />
|
||||
<meta name="msapplication-TileColor" content="#ffffff" />
|
||||
<meta name="msapplication-TileImage" content="/img/favicon/ms-icon-144x144.png" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user