MIF_E31221222/sigap-website/next.config.ts

27 lines
502 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
images: {
remotePatterns: [
{
protocol: "https",
hostname: "images.unsplash.com",
},
{
protocol: "https",
hostname: "images.pexels.com",
},
{
protocol: "https",
hostname: "images.unsplash.com",
},
{
protocol: "https",
hostname: "cppejroeyonsqxulinaj.supabase.co",
},
],
},
};
export default nextConfig;