Skip to content

Commit 725cda9

Browse files
chore: bump next from 13.5.3 to 14.0.1 in /offlinedocs (#10469)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Atif Ali <atif@coder.com>
1 parent af1c74d commit 725cda9

File tree

3 files changed

+41
-45
lines changed

3 files changed

+41
-45
lines changed

offlinedocs/next.config.js

+1
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

+2-2
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",

offlinedocs/pnpm-lock.yaml

+38-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)