1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 18:46:40 -04:00

pre-render optimizations

This commit is contained in:
2025-03-14 12:51:18 -04:00
parent e162d6a46c
commit 3932660acc
57 changed files with 305 additions and 318 deletions

BIN
app/zip/opengraph-image.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 KiB

View File

@ -26,7 +26,7 @@ const Page = () => {
backgroundImage: `url(${backgroundImg.src})`,
backgroundRepeat: "repeat",
backgroundPosition: "center",
borderRadius: "var(--radii-corner)",
borderRadius: "0.6em",
}}
>
<CodeBlock