Skip to content

Commit

Permalink
fix: see if adding this mapping fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA committed Aug 20, 2024
1 parent 7285151 commit 9cdcf19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ module.exports = {
},
];
},
env: {
NEXT_PUBLIC_FUSION_RELAY_URL: process.env.NEXT_PUBLIC_FUSION_RELAY_URL,
NEXT_PUBLIC_FUSION_NOSTR_PUBLIC_KEY: process.env.NEXT_PUBLIC_FUSION_NOSTR_PUBLIC_KEY,
NEXT_PUBLIC_NEUROFUSION_BACKEND_URL: process.env.NEXT_PUBLIC_NEUROFUSION_BACKEND_URL,
},
};

0 comments on commit 9cdcf19

Please sign in to comment.