| Current Path : /var/www/uibuilder.cmshelp.dk/httpdocs/ |
| Current File : /var/www/uibuilder.cmshelp.dk/httpdocs/next.config.ts |
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
images: {
remotePatterns: [
{
hostname: 'localhost',
},
{
hostname: 'uibuilderbackend.s.cmshelp.dk',
},
],
},
};
export default nextConfig;