tangled
alpha
login
or
join now
vielle.dev
/
site
0
fork
atom
Personal Site
0
fork
atom
overview
issues
pulls
pipelines
Add default to spotify redirect uri
vielle.dev
7 months ago
da92cf26
ddebee2e
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:/4bvxqoEh9iMdjAPgcgAgXKZZQTROL3ULiPt6nH9RSs=
+1
1 changed file
expand all
collapse all
unified
split
astro.config.mjs
+1
astro.config.mjs
···
20
20
SPOTIFY_REDIRECT_URI: envField.string({
21
21
context: "server",
22
22
access: "public",
23
23
+
default: "http://error"
23
24
}),
24
25
},
25
26
},