manifold/web/next.config.js

8 lines
148 B
JavaScript
Raw Normal View History

/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
images: {
domains: ['lh3.googleusercontent.com'],
},
}