Files
my-links/next.config.js

7 lines
105 B
JavaScript

module.exports = {
reactStrictMode: true,
images: {
domains: ['lh3.googleusercontent.com']
}
}