Main pages
This commit is contained in:
+5
-1
@@ -1,7 +1,11 @@
|
||||
// next.config.ts
|
||||
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
images: {
|
||||
qualities: [75, 80, 85, 90, 95, 100], // Add 90 here!
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user