We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3069a3a commit ac3573bCopy full SHA for ac3573b
showcases/patternhub/next.config.js
@@ -23,7 +23,6 @@ const withMDX = generated({
23
});
24
25
const config = {
26
- output: 'export',
27
basePath: process.env.NEXT_PUBLIC_BASE_PATH || '',
28
transpilePackages: ['@db-ui'],
29
...withMDX({
showcases/patternhub/package.json
@@ -5,7 +5,7 @@
5
"private": true,
6
"scripts": {
7
"build": "npm-run-all generate copy build:*",
8
- "build:app": "next build",
+ "build:app": "next build && next export",
9
"build:copy": "cpr out ../../build-showcases/patternhub -o",
10
"copy": "npm-run-all copy:*",
11
"copy:components": "cpr ../../output/react/src ./components/src -o",
0 commit comments