Skip to content

Commit ff7bf9b

Browse files
committed
Fix icon path
1 parent ebc5e21 commit ff7bf9b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Backend/.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ DISCORD_REDIRECT_URI=https://htmlplayer-backend.onrender.com/oauth/callback
88
# Server Configuration
99
PORT=10000
1010

11-
# Note: OAuth scope is now 'identify' only (rpc.activities.write is not available for web apps)
12-
# The integration uses Discord's custom status API instead of Rich Presence
11+
# Typical Discord Auth URL:
12+
# https://canary.discord.com/oauth2/authorize?client_id=1419480226970341476&response_type=code&redirect_uri=https%3A%2F%2Fhtmlplayer-backend.onrender.com%2Foauth%2Fcallback&scope=identify%20rpc.activities.write

Build/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<!-- Fallback Metadata -->
77
<meta name="description" content="A modern music player interface with playlists, song management, and an amazing visualizer." />
8-
<meta property="og:image" content="/icon-1024.png" />
8+
<meta property="og:image" content="https://nellowtcs.me/assets/icon-1024.png" />
99
<meta property="og:description" content="A modern music player interface with playlists, song management, and an amazing visualizer." />
1010
<meta property="og:title" content="HTMLPlayer (beta)" />
1111

0 commit comments

Comments
 (0)