feat: mobile support (#831)

This commit is contained in:
Daniel Lautzenheiser
2023-05-31 11:55:53 -04:00
committed by GitHub
parent 7744df1103
commit 83c9d91b88
67 changed files with 2210 additions and 1056 deletions

View File

@ -72,6 +72,9 @@ export const INFERABLE_FIELDS: Record<string, InferredField> = {
'cover',
'hero',
'logo',
'cover_image',
'cover-image',
'coverimage',
],
defaultPreview: value => value,
fallbackToFirstField: false,