manifold/web/next.config.js
2022-01-14 17:05:12 -06:00

12 lines
217 B
JavaScript

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