/** @type {import('next').NextConfig} */
const nextConfig = {
  // output: 'export',
  reactStrictMode: true,
  images: {
    domains: ['images.pexels.com'],
    unoptimized: true
  },
  
   
};

export default nextConfig;
