Skip to content

Commit

Permalink
fix(config): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hankliu62 committed Apr 7, 2024
1 parent 8c3e8c3 commit 84244ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ const nextConfig = {
unoptimized: true,
},
transpilePackages: ["antd"],
env: {
ROUTE_PREFIX: "",
},
// webpack: (config) => {
// config.plugins.push(new AutoBaseWebpackPlugin());
// return config;
Expand Down

0 comments on commit 84244ad

Please sign in to comment.