blob: 38b0d85622632374b343931d48ad44a45c43f918 [file] [log] [blame]
const path = require('path');
const config = require('./common');
config.host = 'http://localhost/echarts-website';
// config.host = 'http://localhost:8000/echarts/echarts-website';
config.cdnPayRootMap = {
zh: config.host,
en: 'http://localhost:8001/echarts/echarts-website'
};
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, '../../echarts-website');
module.exports = config;