Update Kodu homepage links

This commit is contained in:
Saoud Rizwan
2024-08-25 16:13:56 -04:00
parent 7fa7589ed0
commit d2be6b7030
3 changed files with 10 additions and 4 deletions

View File

@@ -15,3 +15,7 @@ export function getKoduCreditsUrl() {
export function getKoduInferenceUrl() {
return `${KODU_BASE_URL}/api/inference`
}
export function getKoduHomepageUrl() {
return `${KODU_BASE_URL}`
}