Skip to content

Commit

Permalink
Update Next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongarciah committed Aug 27, 2024
1 parent 0570ac3 commit 9f0dc29
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
2 changes: 0 additions & 2 deletions docs/nextConfigDocsInfra.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ process.env.DEPLOY_ENV = DEPLOY_ENV;
function withDocsInfra(nextConfig) {
return {
trailingSlash: true,
// TODO: Remove when upgrading to Next.js 15, see https://github.com/vercel/next.js/pull/69137
optimizeFonts: false,
reactStrictMode: true,
...nextConfig,
env: {
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"lz-string": "^1.5.0",
"markdown-to-jsx": "^7.4.7",
"material-ui-popup-state": "^5.1.2",
"next": "^14.2.6",
"next": "canary",
"notistack": "3.0.1",
"nprogress": "^0.2.0",
"postcss": "^8.4.41",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f0dc29

Please sign in to comment.