blob: 242b29b769d9fab441eab16e1ec626119dc3116f [file] [log] [blame]
const path = require('path');
module.exports = {
galleryViewPath: 'http://localhost/echarts-website/examples/${lang}/view.html?c=',
galleryEditorPath: 'http://localhost/echarts-website/examples/${lang}/editor.html?c=',
handbookPath: 'http://localhost/echarts-website/handbook/${lang}/',
websitePath: './',
imagePath: 'asset/img/',
gl: {
imagePath: 'asset/gl/img/'
},
releaseDestDir: path.resolve(__dirname, '../../echarts-website'),
ecWWWGeneratedDir: path.resolve(__dirname, '../../echarts-www/_generated')
};