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.
mobile-app/src/config/cdn.ts

8 lines
202 B
TypeScript
Raw Normal View History

import { WEBSITE } from './app';
2021-04-04 09:11:15 +00:00
export const CDN_URI = __DEV__
? 'http://localhost:9000/'
2021-04-17 12:53:03 +00:00
: 'https://cdn.zdamegzaminzawodowy.pl/';
export const IMAGE_RESIZING_SERVICE = `${WEBSITE}/_next/image`;