aboutsummaryrefslogtreecommitdiff
path: root/examples/hello-next/next.config.js
blob: 0d6071006ab351fa39b57f5c9caab7272000ea90 (plain) (blame)
1
2
3
module.exports = {
  reactStrictMode: true,
}