This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
website/src/config/app.ts

14 lines
395 B
TypeScript
Raw Normal View History

2021-03-17 05:22:49 +00:00
export const AUTHOR = {
FULL_NAME: 'Dawid Wysokiński',
2021-04-04 08:40:29 +00:00
EMAIL: 'contact@dwysokinski.me',
2021-03-17 05:22:49 +00:00
CONTACT: 'https://dwysokinski.me/#contact',
};
export const QUESTIONS = [1, 40];
export const GOOGLE_PLAY_URL =
'https://play.google.com/store/apps/details?id=com.dawidwysokinski.zdamegzaminzawodowy';
2021-03-27 09:44:27 +00:00
2021-04-13 16:24:21 +00:00
export const WEBSITE_URL =
2021-03-27 09:44:27 +00:00
process.env.NEXT_PUBLIC_URL ?? 'https://zdamegzaminzawodowy.pl';