slider component updated
This commit is contained in:
@@ -1,22 +1,25 @@
|
||||
import type { NextConfig } from "next";
|
||||
import createNextIntlPlugin from "next-intl/plugin";
|
||||
|
||||
const withNextIntl = createNextIntlPlugin("./i18n/request.ts");
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: 'http',
|
||||
hostname: 'api.spes-texnika.uz',
|
||||
port: '',
|
||||
pathname: '/resources/media/**',
|
||||
protocol: "http",
|
||||
hostname: "api.spes-texnika.uz",
|
||||
port: "",
|
||||
pathname: "/resources/media/**",
|
||||
},
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'api.spes-texnika.uz',
|
||||
port: '',
|
||||
pathname: '/resources/media/**',
|
||||
protocol: "https",
|
||||
hostname: "api.spes-texnika.uz",
|
||||
port: "",
|
||||
pathname: "/resources/media/**",
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
export default withNextIntl(nextConfig);
|
||||
|
||||
Reference in New Issue
Block a user