We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab875f commit f15f61dCopy full SHA for f15f61d
packages/visx-demo/next.config.js
@@ -1,9 +1,5 @@
1
-const isProd = process.env.NODE_ENV === 'production';
2
-
3
const nextConfig = {
4
output: 'export',
5
- basePath: isProd ? '/visx' : '',
6
- ...(isProd && { assetPrefix: '/visx/' }),
7
typescript: {
8
// enable rendering when there are type errors
9
ignoreBuildErrors: true,
0 commit comments