Spaces:
Running
Running
test pretty wrap
Browse files
app/api/og/[slug]/route.tsx
CHANGED
@@ -85,6 +85,7 @@ export async function GET(
|
|
85 |
whiteSpace: "break-spaces",
|
86 |
lineClamp: 2,
|
87 |
marginTop: 10,
|
|
|
88 |
}}
|
89 |
>
|
90 |
{roast.data.text}...
|
|
|
85 |
whiteSpace: "break-spaces",
|
86 |
lineClamp: 2,
|
87 |
marginTop: 10,
|
88 |
+
textWrap: "pretty",
|
89 |
}}
|
90 |
>
|
91 |
{roast.data.text}...
|