Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix(auth): add prod url for re-direct
Browse files
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 |
};
|