blob: 62bb25a744584e2f77369b55609c2016dfde610e [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://echarts.apache.org/examples/';
config.releaseDestDir = path.resolve(__dirname, '../../incubator-echarts-website');
module.exports = config;