Preview: next.config.ts
Size: 295 B
/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;
Directory Contents
Dirs: 6 × Files: 13