Skip to content

Commit b85a420

Browse files
committed
remove next config changes
1 parent ebd8582 commit b85a420

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: next.config.js

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
const isProd = process.env.NODE_ENV === "production";
2-
3-
module.exports = {
4-
basePath: isProd ? "/try/sandbox" : "",
5-
};
6-
71
const withBundleAnalyzer = require("@next/bundle-analyzer")({
82
enabled: false, //process.env.ANALYZE === 'true',
93
});

0 commit comments

Comments
 (0)