Skip to content

Commit 84122f5

Browse files
committed
fix: update production reported as dev mode
1 parent 4f6d4e2 commit 84122f5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "LearnerCraft Labs",
44
"description": "An English-learning interactive tool written in React, designed to help learners practice speaking and listening",
55
"private": true,
6-
"version": "3.4.6",
6+
"version": "3.4.7",
77
"type": "module",
88
"main": "main.js",
99
"license": "Apache-2.0",

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const DownloadPage = lazy(() => import("./components/download_page/DownloadPage"
2121

2222
const RouterComponent = isElectron() ? HashRouter : BrowserRouter;
2323

24-
const PROD_BASE_URL = "https://learnercraft.github.io/ispeakerreact/";
24+
const PROD_BASE_URL = "https://learnercraft.github.io/ispeakerreact";
2525

2626
const isProdWeb =
2727
import.meta.env.PROD &&

0 commit comments

Comments
 (0)