chatbot-template/next.config.mjs

10 lines
154 B
JavaScript
Raw Normal View History

2024-10-11 18:00:22 +05:30
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {},
images: {
remotePatterns: [],
},
};
export default nextConfig;