diff --git a/frontend/index.html b/frontend/index.html index e4b78ea..c35043a 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,9 +2,9 @@ - + - Vite + React + TS + PodCastLM
diff --git a/frontend/public/logo.svg b/frontend/public/logo.svg new file mode 100644 index 0000000..b22e643 --- /dev/null +++ b/frontend/public/logo.svg @@ -0,0 +1 @@ + diff --git a/frontend/public/vite.svg b/frontend/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/frontend/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/frontend/src/lib/constant.ts b/frontend/src/lib/constant.ts index 43b1a8a..b7e0a9e 100644 --- a/frontend/src/lib/constant.ts +++ b/frontend/src/lib/constant.ts @@ -1,2 +1,2 @@ -export const BASE_URL = "http://localhost:8000/api/v1/chat" -export const HOST_URL = "http://localhost:8000" +export const BASE_URL = "https://zhang-xxx-podcastlm-backend.hf.space/api/v1/chat" +export const HOST_URL = "https://zhang-xxx-podcastlm-backend.hf.space"