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/cdn.ts

3 lines
86 B
TypeScript
Raw Permalink Normal View History

2021-03-28 15:05:40 +00:00
export const CDN_URI =
process.env.NEXT_PUBLIC_CDN_URI ?? 'http://localhost:9000/';