diff --git a/app/modules/env.server.ts b/app/modules/env.server.ts index 467e27d..bfef9d8 100644 --- a/app/modules/env.server.ts +++ b/app/modules/env.server.ts @@ -53,7 +53,7 @@ export function getPrivateEnvVars(): PrivateEnvVars { } const githubRepoAPIUrl = `https://api.github.com/repos/${githubAccount}/${githubRepo}/contents`; - const localeRepoAPIUrl = untildify(`~/projects/${githubRepo}`); + const localeRepoAPIUrl = untildify(`~/projects/ocobo/${githubRepo}`); const readContentFrom: 'locale' | 'github' = process.env.NODE_ENV === 'production'