UNPKG

@docubook/create

Version:

CLI to create DocuBook projects

14 lines (12 loc) 245 B
/** @type {import('next').NextConfig} */ const nextConfig = { images: { remotePatterns: [ { protocol: "https", hostname: "**", }, ], }, } export default nextConfig