web-humas-fe/config/index.ts

3 lines
103 B
TypeScript

export const locales = ['en', 'in'];
export const baseURL = process.env.NEXT_PUBLIC_SITE_URL + "/api";