Personal Site
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add redirect URI to env variables (for spotify auth callback)

+4
+4
astro.config.mjs
··· 17 17 context: "server", 18 18 access: "secret", 19 19 }), 20 + SPOTIFY_REDIRECT_URI: envField.string({ 21 + context: "server", 22 + access: "public", 23 + }), 20 24 }, 21 25 }, 22 26