Update next.config.js

This commit is contained in:
Arjun Patel
2022-01-28 15:35:32 -08:00
parent a9f0cf3e5e
commit f796902ba7
+3
View File
@@ -1,3 +1,6 @@
module.exports = {
reactStrictMode: true,
experimental: {
externalDir: true,
},
}