Skip to content

Commit 7840dcb

Browse files
committed
Merge branch 'main' into emotional-damage-9
2 parents cca3565 + e756a95 commit 7840dcb

File tree

15 files changed

+355
-221
lines changed

15 files changed

+355
-221
lines changed

offlinedocs/next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3+
output: "export",
34
reactStrictMode: true,
45
trailingSlash: true,
56
};

offlinedocs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "pnpm copy-images && next dev",
77
"build": "pnpm exec next build",
88
"start": "pnpm exec next start",
9-
"export": "pnpm copy-images && next build && next export",
9+
"export": "pnpm copy-images && next build",
1010
"copy-images": "sh ./scripts/copyImages.sh",
1111
"lint": "pnpm run lint:types",
1212
"lint:fix": "FIX=true pnpm lint",
@@ -24,7 +24,7 @@
2424
"front-matter": "4.0.2",
2525
"fs-extra": "11.1.1",
2626
"lodash": "4.17.21",
27-
"next": "13.5.3",
27+
"next": "14.0.1",
2828
"react": "18.2.0",
2929
"react-dom": "18.2.0",
3030
"react-icons": "4.11.0",
@@ -38,8 +38,8 @@
3838
"@types/node": "18.18.1",
3939
"@types/react": "18.2.17",
4040
"@types/react-dom": "18.2.7",
41-
"eslint": "8.50.0",
42-
"eslint-config-next": "13.5.3",
41+
"eslint": "8.52.0",
42+
"eslint-config-next": "14.0.1",
4343
"prettier": "3.0.0",
4444
"typescript": "5.1.6"
4545
},

0 commit comments

Comments
 (0)