fix search nextra

This commit is contained in:
Alex
2026-02-18 18:03:03 +00:00
parent ee86537f21
commit 444abb8283
3 changed files with 106 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind",
"start": "next start"
},
"license": "MIT",
@@ -15,6 +16,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"pagefind": "^1.3.0",
"typescript": "^5.9.3"
}
}