We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4cd7c commit 13a120fCopy full SHA for 13a120f
1 file changed
src/provider.ts
@@ -74,6 +74,7 @@ export const providerSetup: Partial<Record<ImageProviderName, ProviderSetup>> =
74
},
75
imageSettings: {
76
sizes: Array.from(new Set(Object.values(moduleOptions.screens || {}))),
77
+ // @ts-ignore remove when updating to v3.8.2
78
formats: ['image/jpeg', 'image/png', 'image/webp', 'image/avif'] satisfies NonNullable<NonNullable<NitroConfig['awsAmplify']>['imageSettings']>['formats'],
79
minimumCacheTTL: 60 * 5,
80
domains: moduleOptions.domains,
0 commit comments