aswi20220x00-gitlab/webapp/next.config.js @ 29a5deea
1 |
/** @type {import('next').NextConfig} */
|
---|---|
2 |
const nextConfig = { |
3 |
reactStrictMode: true, |
4 |
}
|
5 |
|
6 |
module.exports = nextConfig |