chore: drop default shape
This commit is contained in:
parent
79544bc0a0
commit
4bba71062f
3 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ export const img = async (
|
|||
alt = '',
|
||||
className,
|
||||
loading = 'lazy',
|
||||
shape = 'square',
|
||||
shape = '',
|
||||
icon,
|
||||
maxWidth = 1248,
|
||||
sizes = '90vw',
|
||||
|
|
Reference in a new issue