Skip to content

Commit 654cbf8

Browse files
committed
refactor: distoutput
1 parent 0677605 commit 654cbf8

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

apps/docs/next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default withNextra({
66
// Build static files to deploy to Github Pages
77
// ref: https://nextjs.org/docs/app/getting-started/deploying#static-export
88
output: "export",
9+
distDir: "dist",
910
basePath: "/ygo-ruling-ai-chatbot",
1011
// Need to set unoptimized to true for nextra static export
1112
// ref: https://nextra.site/docs/guide/static-exports#configuration

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"packageManager": "pnpm@9.15.1",
1717
"engines": {
18-
"node": ">=18"
18+
"node": ">=23"
1919
}
2020
}

pnpm-lock.yaml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"PINECONE_INDEX_NAME"
1313
],
1414
"inputs": ["$TURBO_DEFAULT$", ".env*"],
15-
"outputs": ["dist/**", ".next/**", "!.next/cache/**", "out/**"]
15+
"outputs": ["dist/**", ".next/**", "!.next/cache/**"]
1616
},
1717
"lint": {
1818
"dependsOn": ["^lint"]

0 commit comments

Comments
 (0)