enzostvs HF staff commited on
Commit
c334480
1 Parent(s): fdc8a20

test pretty wrap

Browse files
Files changed (1) hide show
  1. app/api/og/[slug]/route.tsx +1 -0
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}...