Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit725cda9

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 parentaf1c74d commit725cda9

File tree

3 files changed

+41
-45
lines changed

3 files changed

+41
-45
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
constnextConfig={
3+
output:"export",
34
reactStrictMode:true,
45
trailingSlash:true,
56
};

‎offlinedocs/package.json

Lines changed: 2 additions & 2 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",

‎offlinedocs/pnpm-lock.yaml

Lines changed: 38 additions & 43 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp