Skip to content

Commit

Permalink
remove env
Browse files Browse the repository at this point in the history
  • Loading branch information
mittal-ishaan committed Dec 22, 2024
1 parent dab4e96 commit 5abe205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const nextConfig = {
return config;
},
basePath: process.env.BASE_PATH,
assetPrefix: process.env.BASE_PATH,
assetPrefix: "/portal",
};

module.exports = nextConfig;

0 comments on commit 5abe205

Please sign in to comment.