rtetley commited on
Commit
81579e9
Β·
verified Β·
1 Parent(s): 6d655b4

fix(auth): add prod url for re-direct

Browse files
Files changed (1) hide show
  1. frontend/src/config/auth.js +1 -1
frontend/src/config/auth.js CHANGED
@@ -2,6 +2,6 @@ export const HF_CONFIG = {
2
  CLIENT_ID: "b78fb86a-a94f-4f18-b0de-c559486ff756",
3
  STORAGE_KEY: "hf_oauth",
4
  SCOPE: "openid profile",
5
- PROD_URL: "",
6
  DEV_URL: "http://localhost:7860"
7
  };
 
2
  CLIENT_ID: "b78fb86a-a94f-4f18-b0de-c559486ff756",
3
  STORAGE_KEY: "hf_oauth",
4
  SCOPE: "openid profile",
5
+ PROD_URL: "https://huggingface.co/spaces/fr-gouv-coordination-ia/llm_leaderboard_fr",
6
  DEV_URL: "http://localhost:7860"
7
  };