Skip to content

Commit cf4b455

Browse files
committed
Set correct download link
1 parent 2659dcf commit cf4b455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/ThemesPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { platformApi } from "../platform";
1010
import LanguageSelector from "../components/LanguageSelector";
1111

1212
const BACKEND_EXCEL_BASE_URL =
13-
"https://raw.githubusercontent.com/divvun/Kielipankki-donatespeech-backend/main/content/dev/excel";
13+
"https://raw.githubusercontent.com/divvun/Kielipankki-donatespeech-backend/main/recorder-backend/content/dev/excel";
1414

1515
function isWebMode(): boolean {
1616
const mode = import.meta.env.VITE_PLATFORM_MODE?.trim().toLowerCase();

0 commit comments

Comments
 (0)