Personal Site
0
fork

Configure Feed

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

Add default to spotify redirect uri

+1
+1
astro.config.mjs
··· 20 20 SPOTIFY_REDIRECT_URI: envField.string({ 21 21 context: "server", 22 22 access: "public", 23 + default: "http://error" 23 24 }), 24 25 }, 25 26 },