We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e898b commit 946745fCopy full SHA for 946745f
src/pages/tutorials/[id]/og.png.ts
@@ -39,7 +39,7 @@ export async function GET({ props }: Props) {
39
{
40
type: 'div',
41
props: {
42
- tw: 'absolute top-0 left-0 w-full h-full blur-lg opacity-40 flex',
+ tw: 'absolute top-0 left-0 w-full h-full opacity-40 flex',
43
style: {
44
zIndex: '0',
45
filter: 'blur(10px)'
0 commit comments