Skip to content

Commit 946745f

Browse files
committed
modify pg.png.ts
1 parent c0e898b commit 946745f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/tutorials/[id]/og.png.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export async function GET({ props }: Props) {
3939
{
4040
type: 'div',
4141
props: {
42-
tw: 'absolute top-0 left-0 w-full h-full blur-lg opacity-40 flex',
42+
tw: 'absolute top-0 left-0 w-full h-full opacity-40 flex',
4343
style: {
4444
zIndex: '0',
4545
filter: 'blur(10px)'

0 commit comments

Comments
 (0)