Skip to content

Commit

Permalink
configure base path to add a prefix to portal FE allowing to host lan…
Browse files Browse the repository at this point in the history
…ding page (#174)
  • Loading branch information
mittal-ishaan authored Dec 21, 2024
1 parent c0126c7 commit 4761bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const nextConfig = {
}
return config;
},
basePath: process.env.BASE_PATH,
};

module.exports = nextConfig;

0 comments on commit 4761bd1

Please sign in to comment.