kontenhumas-fe/next.config.ts

10 lines
165 B
TypeScript

import type { NextConfig } from "next";
const nextConfig = {
images: {
domains: ["kontenhumas.com", "dev.mikulnews.com"],
},
};
export default nextConfig;