6-structured_outputs/structured-outputs-math-tutor-starting-point/next.config.js (12 lines of code) (raw):

/** @type {import('next').NextConfig} */ module.exports = { images: { remotePatterns: [ { protocol: 'https', hostname: 'avatars.githubusercontent.com', port: '', pathname: '**' } ] } }