/** @type {import('next').NextConfig} */ const nextConfig = { images: { remotePatterns: [ { hostname: 'flowbite.com', }, ], }, reactStrictMode: true, transpilePackages: ['ui'], }; module.exports = nextConfig;