chore: optimize LCP images, fix Turbopack warning, update mock images

This commit is contained in:
2026-09-05 19:26:57 +03:00
parent 7f8a3a34d0
commit 30fea06e5b
9 changed files with 205 additions and 6 deletions
+7
View File
@@ -3,6 +3,8 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
images: {
loader: "custom",
loaderFile: "./lib/openinary-loader.ts",
remotePatterns: [
{
protocol: 'https',
@@ -14,6 +16,11 @@ const nextConfig: NextConfig = {
},
],
},
experimental: {
turbopack: {
root: "C:/Users/ayris.dev/kite",
},
},
/* other config options here */
};