diff options
Diffstat (limited to 'packages/frontend/src/index.html')
| -rw-r--r-- | packages/frontend/src/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/frontend/src/index.html b/packages/frontend/src/index.html index c03902f505..f9ce113687 100644 --- a/packages/frontend/src/index.html +++ b/packages/frontend/src/index.html @@ -25,9 +25,11 @@ connect-src 'self' localhost:3000 localhost:5173 127.0.0.1:5173 127.0.0.1:3000 https://newassets.hcaptcha.com https://api.listenbrainz.org https://api.friendlycaptcha.com https://raw.esm.sh; frame-src *;" /> - <meta property="og:site_name" content="[DEV BUILD] Misskey" /> + <meta property="og:site_name" content="[DEV BUILD] Sharkey" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color-orig" content="#86b300"> + <link rel='stylesheet' href='/assets/phosphor-icons/bold/style.css'> + <link rel='stylesheet' href='/static-assets/fonts/sharkey-icons/style.css'> </head> <body> |