Skip to content

Commit 9d7329d

Browse files
committed
Update [...path].png.ts
1 parent c044e22 commit 9d7329d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/pages/social-images/[...path].png.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,10 @@ function createTemplate(title: string, description: string): string {
126126
gradientTransform="matrix(0 778 -1531 0 1126 629)"
127127
gradientUnits="userSpaceOnUse"
128128
>
129-
<stop stop-color="#fff"></stop>
130-
<stop offset="1" stop-color="#fff" stop-opacity="0"></stop>
129+
<stop stop-color="#000"></stop>
130+
<stop offset="1" stop-color="#000" stop-opacity="0"></stop>
131131
</radialGradient>
132132
</defs>
133+
<rect width="100%" height="100%" fill="gray" />
133134
</svg>`;
134135
}

0 commit comments

Comments
 (0)