blob: 1cdaac0329f1ff99ac9bd627be5478c9fb1ee3fc [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: 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, '../../echarts-website');
module.exports = config;