We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0698cc commit b13ff01Copy full SHA for b13ff01
1 file changed
apps/website/next.config.ts
@@ -24,6 +24,9 @@ const nextConfig: NextConfig = {
24
"next-mdx-import-source-file": "./mdx-components.tsx",
25
},
26
27
+ images: {
28
+ qualities: [75, 85, 100],
29
+ },
30
async headers() {
31
return [
32
{
0 commit comments