Skip to content

Commit 15765b9

Browse files
committed
minor correction to add mode
1 parent 057d638 commit 15765b9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/App.tsx

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ import ReloadPrompt from "./ReloadPrompt";
66

77
function baseUrl() {
88
const base = import.meta.env.MODE;
9-
if (base === "development") {
10-
return "http://localhost:5137/"
11-
}
12-
return "https://fuzzycloud.github.io/react_pwa/";
9+
return base;
1310
}
1411

1512
function App() {

0 commit comments

Comments
 (0)