Skip to content

Commit 29e0776

Browse files
authored
refactor: remove unnecessary comments (#25)
Remove unnecessary comments in `src/utils/generateOgImage.tsx`.
1 parent d9a2ffe commit 29e0776

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/utils/generateOgImage.tsx

-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ const ogImage = (text: string) => {
3939
border: "4px solid #000",
4040
background: "#ecebeb",
4141
opacity: "0.9",
42-
// filter: "blur(10px)",
4342
borderRadius: "4px",
4443
display: "flex",
4544
justifyContent: "center",
@@ -53,7 +52,6 @@ const ogImage = (text: string) => {
5352
style={{
5453
border: "4px solid #000",
5554
background: "#fefbfb",
56-
// boxShadow: "24px 26px 8px 0px #ccc ",
5755
borderRadius: "4px",
5856
display: "flex",
5957
justifyContent: "center",
@@ -118,7 +116,6 @@ const ogImage = (text: string) => {
118116
const options: SatoriOptions = {
119117
width: 1200,
120118
height: 630,
121-
// debug: true,
122119
embedFont: true,
123120
fonts: [
124121
{

0 commit comments

Comments
 (0)