Social Preview Notes
social-preview.png is the dedicated Open Graph/Twitter/LinkedIn preview image.- Generate it from
logo.svg with npm run generate:social-preview. - The generator script is
scripts/generate-social-preview.sh. - Run it with
bash scripts/generate-social-preview.sh or npm run generate:social-preview. - Do not run it with
sh scripts/generate-social-preview.sh, because the script uses Bash features such as set -o pipefail. - Do not use
logo.png, favicon.ico, or apple-touch-icon*.png as the social preview source. - Keep the output at
1200x627 unless the preview strategy changes intentionally.