We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ed360 commit f6cae9dCopy full SHA for f6cae9d
1 file changed
build/og/renderOgImage.ts
@@ -60,7 +60,7 @@ function logoImage(imgRelPath: string, box = 180): { src: string; width: number;
60
// The "VS" graphic (raster PNG with transparency) used between the two columns.
61
// Cached; sized to a target height preserving its native aspect ratio.
62
let vsCache: { src: string; width: number; height: number } | null = null;
63
-function vsImage(targetHeight = 150): { src: string; width: number; height: number } {
+function vsImage(targetHeight = 110): { src: string; width: number; height: number } {
64
if (!vsCache) {
65
const buf = readFileSync(path.join(OG_ASSET_DIR, "vs.png"));
66
const natW = buf.readUInt32BE(16);
0 commit comments