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

export const CDN_URI =
process.env.NEXT_PUBLIC_CDN_URI ?? 'http://localhost:9000/';