mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 12:48:01 +02:00
Fixed:
- Blank custom api url - Collapsing .pl-item without art
This commit is contained in:
parent
2b33070a8a
commit
170b4a1f27
7 changed files with 124 additions and 96 deletions
|
@ -6,8 +6,8 @@
|
|||
http-equiv="Content-Security-Policy"
|
||||
content="default-src 'self'; img-src *; media-src * blob:; style-src 'unsafe-inline' 'self'; connect-src *" />
|
||||
<link rel="icon" href="/favicon.svg" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<meta name="msapplication-TileColor" content="#181818">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
<meta name="msapplication-TileColor" content="#181818" />
|
||||
<link rel="preconnect" href="https://cdn.jsdelivr.net" />
|
||||
<link rel="preconnect" href="https://hyperpipeapi.onrender.com" />
|
||||
<link rel="dns-prefetch" href="https://pipedapi.kavin.rocks" />
|
||||
|
@ -20,7 +20,9 @@
|
|||
<meta property="og:title" content="Hyperpipe" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="/android-maskable.png" />
|
||||
<meta property="og:description" content="Privacy respecting YouTube Music Frontend." />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Privacy respecting YouTube Music Frontend." />
|
||||
|
||||
<title>Hyperpipe</title>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue