Skip to content

Commit 13a120f

Browse files
committed
chore: add ignore
1 parent 5c4cd7c commit 13a120f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/provider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export const providerSetup: Partial<Record<ImageProviderName, ProviderSetup>> =
7474
},
7575
imageSettings: {
7676
sizes: Array.from(new Set(Object.values(moduleOptions.screens || {}))),
77+
// @ts-ignore remove when updating to v3.8.2
7778
formats: ['image/jpeg', 'image/png', 'image/webp', 'image/avif'] satisfies NonNullable<NonNullable<NitroConfig['awsAmplify']>['imageSettings']>['formats'],
7879
minimumCacheTTL: 60 * 5,
7980
domains: moduleOptions.domains,

0 commit comments

Comments
 (0)