Skip to content

Commit

Permalink
ci(dev): disable proxy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
antomor committed Oct 25, 2024
1 parent 75dcce1 commit 5bab63f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ const endpointsEnvVars = Object.entries(process.env).filter(([key]) => key.start

// Define the rewrites based on the network
const rewrites = {
testnet: () => [
//TODO: Disabling it for the DAO repo, since it was used in the fork only
testnet_cr: () => [
{
source: `${rifWalletServicesURL.pathname}/:path*`,
destination: `${process.env.NEXT_PUBLIC_PROXY_DESTINATION}/:path*`,
Expand Down

0 comments on commit 5bab63f

Please sign in to comment.