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