aboutsummaryrefslogtreecommitdiff
path: root/next.config.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2019-11-30 12:43:56 -0500
committerAndrew Lee <alee14498@protonmail.com>2019-11-30 12:43:56 -0500
commit3b47e9af235faa76242c7d4e78ab189901b0517b (patch)
tree846eefdaa7d16fb83b9586c98a523268c717ac79 /next.config.js
parente706e65318f760d9f0602a08f1badb67d77e5fb1 (diff)
downloadalp-website-3b47e9af235faa76242c7d4e78ab189901b0517b.tar.gz
alp-website-3b47e9af235faa76242c7d4e78ab189901b0517b.tar.bz2
alp-website-3b47e9af235faa76242c7d4e78ab189901b0517b.zip
Temp removing some stuff
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js4
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