Answers for "add image hostname on next config js"

0

add image hostname on next config js

const nextConfig = {
  // Others config...,
  images: {
    domains: ['lh3.googleusercontent.com'], //Domain of image host
  },
  // Others config...,
};

module.exports = nextConfig;
Posted by: Guest on February-26-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language