aboutsummaryrefslogtreecommitdiff
path: root/next.config.js
blob: ac741ea8e2d8eec5b823dd00987194959284f79d (plain) (blame)
1
2
3
4
5
6
module.exports = {
  reactStrictMode: true,
  images: {
    unoptimized: true
  }
}