blob: ecce1c7d96cf959d0c335e6a0386604a3e224d66 [file] [log] [blame]
const path = require('path');
const config = require('./common');
config.host = 'http://localhost/incubator-echarts-website';
// config.host = 'http://localhost:8000/echarts/incubator-echarts-website';
config.cdnPayRootMap = {
zh: config.host,
en: config.host
};
config.cdnFreeRootMap = {
zh: config.host,
en: config.host
};
config.galleryPath = 'https://www.echartsjs.com/gallery/';
config.blogPath = 'https://efe.baidu.com/tags/ECharts/';
config.releaseDestDir = path.resolve(__dirname, '../../incubator-echarts-website');
module.exports = config;