From fed50355e16effc03baf52295bea4750e228ee30 Mon Sep 17 00:00:00 2001 From: Shanks0465 Date: Wed, 11 Sep 2024 13:35:22 +0530 Subject: [PATCH] Removed Base BPath --- frontend/src/app/config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/config.tsx b/frontend/src/app/config.tsx index 7ef1674..e61956a 100644 --- a/frontend/src/app/config.tsx +++ b/frontend/src/app/config.tsx @@ -28,4 +28,4 @@ export const LANGUAGE_CODE_NAMES = { kok: "Konkani", }; -export const imagePrefix = process.env.BASE_PATH || ""; +export const imagePrefix = "";