Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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;
 
PREVIOUS NEXT
Tagged: #add #image #hostname #config #js
ADD COMMENT
Topic
Name
8+7 =