UNPKG

nitropack

Version:

Build and Deploy Universal JavaScript Servers

13 lines (12 loc) 283 B
/** * Netlify options */ export interface NetlifyOptions { images?: { /** * Permitted remote image sources. Array of regex strings. * @see https://docs.netlify.com/image-cdn/overview/#remote-path */ remote_images?: string[]; }; }