next.js/test/e2e/app-dir/back-button-download-bug/next.config.js
next.config.js7 lines149 B
/** @type {import('next').NextConfig} */
module.exports = {
  images: {
    domains: ['res.cloudinary.com', 'avatars.githubusercontent.com'],
  },
}
Quest for Codev2.0.0
/
SIGN IN