export const BASE_URL = (window.remark_config && window.remark_config.host) || process.env.REMARK_URL!; export const NODE_ID = process.env.REMARK_NODE!; export const API_BASE = '/api/v1'; export const COMMENT_NODE_CLASSNAME_PREFIX = 'remark42__comment-'; export const COUNTER_NODE_CLASSNAME = 'remark42__counter';