Skip to content

Commit c85a8f7

Browse files
authored
Bump Next.js to try fix txt link bug (#1732)
1 parent 8bc262e commit c85a8f7

File tree

2 files changed

+192
-151
lines changed

2 files changed

+192
-151
lines changed

website/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@
99
"build": "next build",
1010
"pagefind": "pagefind --site .next/server/app --output-path out/_pagefind",
1111
"postbuild": "next-sitemap && pnpm pagefind",
12-
"start": "next start",
1312
"analyze": "cross-env ANALYZE=true pnpm run build"
1413
},
1514
"dependencies": {
16-
"@theguild/components": "9.7.0",
17-
"next": "^15.0.0",
15+
"@theguild/components": "9.7.1",
16+
"next": "^15.3.3",
1817
"next-sitemap": "^4.2.3",
1918
"react": "^19.0.0",
2019
"react-dom": "^19.0.0"

0 commit comments

Comments
 (0)