İmage upload,sıkıştırma
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: '**.supabase.co',
|
||||
},
|
||||
],
|
||||
},
|
||||
webpack: (config) => {
|
||||
// Suppress cache serialization warnings
|
||||
config.infrastructureLogging = {
|
||||
|
||||
Reference in New Issue
Block a user