UNPKG

@docubook/create

Version:

CLI to create DocuBook projects

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