Skip to content

Commit 6be3023

Browse files
committed
xd
1 parent 8a4f425 commit 6be3023

File tree

3 files changed

+209
-219
lines changed

3 files changed

+209
-219
lines changed

next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference path="./.next/types/routes.d.ts" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"hast-util-from-html-isomorphic": "^2.0.0",
3131
"image-size": "1.0.0",
3232
"lucide-react": "^0.473.0",
33-
"next": "latest",
33+
"next": "15.5.8",
3434
"next-contentlayer2": "0.5.3",
3535
"next-themes": "^0.3.0",
3636
"nodemailer": "^6.9.16",

0 commit comments

Comments
 (0)