Stage raw files in upload/, publish with make sync-media/publish, and polish the lightbox: autoplay, remembered volume, Escape to close, and image/video icons without poster or caption clutter. Co-authored-by: Cursor <cursoragent@cursor.com>
4 lines
130 B
Bash
Executable File
4 lines
130 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Deprecated alias — use sync-media.sh (upload/ → app/images/).
|
|
exec "$(dirname "$0")/sync-media.sh" "$@"
|