mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-06 16:03:52 +00:00
a463cb491b
* feat: app settings * refactor: cleanup routes * style: smaller base font * chore: migrate about modal * fix: import links
6 lines
272 B
TypeScript
6 lines
272 B
TypeScript
export const githubUrl = 'https://www.github.com/cpvalente/ontime';
|
|
export const apiRepoLatest = 'https://api.github.com/repos/cpvalente/ontime/releases/latest';
|
|
export const websiteUrl = 'https://www.getontime.no';
|
|
|
|
export const gitbookUrl = 'https://ontime.gitbook.io';
|