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