Skip to content

Commit e803308

Browse files
committed
revert: revert "build: see if not modifying next config helps"
This reverts commit adec729.
1 parent adec729 commit e803308

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/next.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const withTypedCssModules = (config) => {
3030
/** @type {import('next').NextConfig} */
3131
module.exports = {
3232
reactStrictMode: true,
33-
// webpack (config) {
34-
// config = withTypedCssModules(config)
35-
// return config
36-
// }
33+
webpack (config) {
34+
config = withTypedCssModules(config)
35+
return config
36+
}
3737
}

0 commit comments

Comments
 (0)