Skip to content
Snippets Groups Projects
Verified Commit 8db9ec97 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fix #824: Fixed invalid OEmbed URL when using a local FUNKWHALE_SPA_HTML_ROOT

parent 94d080c3
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ FUNKWHALE_SPA_HTML_CACHE_DURATION = env.int(
"FUNKWHALE_SPA_HTML_CACHE_DURATION", default=60 * 15
)
FUNKWHALE_EMBED_URL = env(
"FUNKWHALE_EMBED_URL", default=FUNKWHALE_SPA_HTML_ROOT + "embed.html"
"FUNKWHALE_EMBED_URL", default=FUNKWHALE_URL + "/front/embed.html"
)
APP_NAME = "Funkwhale"
......
Fixed invalid OEmbed URL when using a local FUNKWHALE_SPA_HTML_ROOT (#824)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment