import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ /* module.exports = { images: { remotePatterns: [ { protocol: 'https', hostname: 'images.unsplash.com', port: '', pathname: '/**', }, { protocol: 'https', hostname: 'tailwindui.com', port: '', pathname: '/plus/img/logos/**', } ], }, },*/ }; export default nextConfig;