improve(dx): fix OG image font download failure #1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "agent-improve/dx-2026-05-23-puzzle-trainer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Probleme
Pendant le build, Next.js (satori) tente de telecharger une police dynamique pour les caracteres Unicode speciaux (crown, sun, infinity, grid) utilises dans opengraph-image.tsx. Le telechargement echoue :
Cela peut produire une OG image vide lors du partage social.
Solution
Remplacement des symboles Unicode par les initiales colorees de chaque jeu (Q, T, Z, S, P) avec la couleur accent du jeu. ASCII pur, aucun chargement de police externe.
Avant : symboles Unicode avec fond #111827
Apres : initiales (Q/T/Z/S/P) avec fonds colores par jeu
Impact
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.