Skip to content

Commit

Permalink
fix: solve broken assert prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
einazare committed Apr 7, 2021
1 parent 4e76292 commit 569fe0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ module.exports = withImages({
future: {
webpack5: true,
},
assetPrefix:
process.env.NODE_ENV === "production" ? "/material-tailwind" : "",
webpack(config) {
config.resolve.modules.push(path.resolve("./"));
return config;
Expand Down

0 comments on commit 569fe0e

Please sign in to comment.