blob: 06611e4d871239369c99199a2293350e2b64a002 [file] [log] [blame]
const path = require('path');
module.exports = {
host: 'https://echarts.apache.org/examples',
cdnRoot: 'https://echarts.cdn.apache.org/examples',
mainSitePath: 'https://echarts.apache.org',
mainSiteCDNRoot: 'https://echarts.cdn.apache.org',
blogPath: 'http://efe.baidu.com/tags/ECharts/',
releaseDestDir: path.resolve(__dirname, '../../incubator-echarts-website/examples')
};