UNPKG

trading-platform-template

Version:

CLI tool to create a new Trading Platform project template

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