We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a2ffe commit 29e0776Copy full SHA for 29e0776
src/utils/generateOgImage.tsx
@@ -39,7 +39,6 @@ const ogImage = (text: string) => {
39
border: "4px solid #000",
40
background: "#ecebeb",
41
opacity: "0.9",
42
- // filter: "blur(10px)",
43
borderRadius: "4px",
44
display: "flex",
45
justifyContent: "center",
@@ -53,7 +52,6 @@ const ogImage = (text: string) => {
53
52
style={{
54
55
background: "#fefbfb",
56
- // boxShadow: "24px 26px 8px 0px #ccc ",
57
58
59
@@ -118,7 +116,6 @@ const ogImage = (text: string) => {
118
116
const options: SatoriOptions = {
119
117
width: 1200,
120
height: 630,
121
- // debug: true,
122
embedFont: true,
123
fonts: [
124
{
0 commit comments