web_next/scheduler_app/next.config.mjs

8 lines
158 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
images:{
domains:['lh3.googleusercontent.com']
}
};
export default nextConfig;