Fix YouTube intro loading and extend .env-driven site config.

Embed video settings directly in generated HTML, add optional post-video redirect toggle, and expose Twitter description as a separate env variable.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-26 17:47:32 +02:00
parent 3a843c53f3
commit d43e747939
7 changed files with 30 additions and 24 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ case "${1:-up}" in
;;
config)
generate_from_env
echo "Wygenerowano index.html, site.webmanifest i config.js z .env."
echo "Wygenerowano index.html i site.webmanifest z .env."
;;
reload-nginx)
docker exec slavic-pulse-com-frontend nginx -s reload