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