mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add meta tags to show cover and share description in social platforms
This commit is contained in:
parent
cab43c89e6
commit
69b36c75a5
5 changed files with 54 additions and 19 deletions
|
@ -29,6 +29,12 @@
|
|||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<meta property="og:site_name" content="Navidrome">
|
||||
<meta property="og:url" content="{{ .ShareURL }}">
|
||||
<meta property="og:title" content="{{ .ShareDescription }}">
|
||||
<meta property="og:image" content="{{ .ShareImageURL }}">
|
||||
<meta property="og:image:width" content="300">
|
||||
<meta property="og:image:height" content="300">
|
||||
<title>Navidrome</title>
|
||||
<script>
|
||||
window.__APP_CONFIG__ = {{ .AppConfig }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue