blob: 91550c65c8bd542c83dc4d449500dfc645404ae2 [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=',
optionDocPath: 'https://echarts.apache.org/${lang}/option.html',
apiDocPath: 'https://echarts.apache.org/${lang}/api.html',
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')
};