diff --git a/docs/next.config.js b/docs/next.config.js index 4596059..6d043b3 100644 --- a/docs/next.config.js +++ b/docs/next.config.js @@ -1,7 +1,8 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - output: 'export' + output: 'export', + basePath: '/react-echarts' } module.exports = nextConfig