Skip to content

Commit

Permalink
feat: add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
YOYZHANG committed Oct 17, 2024
1 parent 8ece588 commit 40ddd2e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>PodCastLM</title>
</head>
<body>
<div id="root"></div>
Expand Down
1 change: 1 addition & 0 deletions frontend/public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion frontend/public/vite.svg

This file was deleted.

4 changes: 2 additions & 2 deletions frontend/src/lib/constant.ts
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 40ddd2e

Please sign in to comment.