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