Skip to content

Commit

Permalink
fix: pagefind content folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Nov 16, 2024
1 parent df8c556 commit 6f43111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "pagefind --site .next/standalone/.next/server/app/docs --output-path public/_pagefind",
"postbuild": "pagefind --site .next/standalone/.next/server/app/articles --output-path public/_pagefind",
"stripe:listen": "stripe listen --forward-to 127.0.0.1:3000/api/stripe-webhook",
"db:regen": "npx prisma generate",
"db:push": "npx prisma db push"
Expand Down

0 comments on commit 6f43111

Please sign in to comment.