UNPKG

saas-landing-page-template

Version:

CLI tool to create a new SaaS Landing Page project template

15 lines (14 loc) 275 B
/** @type {import('next').NextConfig} */ const nextConfig = { images: { remotePatterns: [ { protocol: 'https', hostname: 'picsum.photos', port: '', pathname: '/**', }, ], }, } module.exports = nextConfig