Skip to content

Commit

Permalink
Base path docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocxl committed Dec 4, 2023
1 parent 49b4e85 commit 79aaef9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/** @type {import('next').NextConfig} */

const nextConfig = {
output: 'export'
output: 'export',
basePath: '/react-echarts'
}

module.exports = nextConfig

0 comments on commit 79aaef9

Please sign in to comment.