diff options
| -rw-r--r-- | next.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/next.config.js b/next.config.js index b61eab3..363ca71 100644 --- a/next.config.js +++ b/next.config.js @@ -18,7 +18,7 @@ Also add information on how to contact you by electronic and paper mail. */ -module.exports = { +module.exports = { /* webpack: (cfg) => { cfg.module.rules.push( { @@ -28,5 +28,5 @@ module.exports = { } ) return cfg; - } + } */ }
\ No newline at end of file |
