Skip to content

Commit 7706707

Browse files
committed
Searching fixed: pagefind added
1 parent 9eaa208 commit 7706707

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bun.lockb

2.21 KB
Binary file not shown.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"dev": "next dev --turbopack",
6+
"dev": "next dev",
77
"build": "next build",
8+
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind",
89
"start": "next start",
910
"lint": "next lint"
1011
},
@@ -30,6 +31,7 @@
3031
"next": "15.4.5",
3132
"nextra": "^4.3.0",
3233
"nextra-theme-docs": "^4.3.0",
34+
"pagefind": "^1.3.0",
3335
"react": "^19.0.0",
3436
"react-day-picker": "^9.8.0",
3537
"react-dom": "^19.0.0",

0 commit comments

Comments
 (0)