Skip to content

Commit

Permalink
fix: remove unecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA committed Aug 20, 2024
1 parent 84db3a4 commit 7285151
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,4 @@ 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 7285151

Please sign in to comment.