chore: optimize LCP images, fix Turbopack warning, update mock images
This commit is contained in:
@@ -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 */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user