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