2022-04-27 13:56:24 +03:00
|
|
|
/**
|
|
|
|
* @type {import('next').NextConfig}
|
|
|
|
*/
|
2023-01-28 17:17:21 +03:00
|
|
|
module.exports = {
|
2022-12-11 14:27:07 +03:00
|
|
|
reactStrictMode: false,
|
2023-01-28 17:17:21 +03:00
|
|
|
compiler: {
|
|
|
|
styledComponents: true
|
|
|
|
}
|
2022-04-27 13:56:24 +03:00
|
|
|
};
|