change to satori 119c6f81
Steve · 2023-02-28 20:01 1 file(s) · +1 −2
src/pages/og-image/[slug].png.ts +1 −2
50 50
<path d="M151.291 221.053L20.1465 448.094H479L350.926 226.37M151.291 221.053L249.573 50.9053L350.926 226.37M151.291 221.053L193.185 258.273L215.528 232.751L249.573 258.273L275.108 232.751L311.281 258.273L350.926 226.37" stroke="black" stroke-width="7"/>
51 51
<line x1="265.341" y1="167.541" x2="294.587" y2="218.169" stroke="black" stroke-width="5"/>
52 52
			</svg>
53 -
			<p tw="ml-3 font-semibold">${siteConfig.title}</p>
53 +
			<p tw="ml-3 font-semibold text-3xl">${siteConfig.title}</p>
54 54
		</div>
55 -
		<p>by ${siteConfig.author}</p>
56 55
	</div>
57 56
</div>`;
58 57