chatbot-template/next.config.ts
2024-10-23 09:21:30 -07:00

10 lines
174 B
TypeScript

import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
/* config options here */
images: {
remotePatterns: [],
},
};
export default nextConfig;