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