export const getBasePath = (): string => { const basePath = process.env.NEXT_PUBLIC_LEAFCUTTER_BASE_PATH; if (basePath && basePath !== "") { return `${basePath}`; } return ""; };