Skip to content

Commit b13ff01

Browse files
committed
specify image quality
1 parent c0698cc commit b13ff01

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apps/website/next.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ const nextConfig: NextConfig = {
2424
"next-mdx-import-source-file": "./mdx-components.tsx",
2525
},
2626
},
27+
images: {
28+
qualities: [75, 85, 100],
29+
},
2730
async headers() {
2831
return [
2932
{

0 commit comments

Comments
 (0)