Skip to content

Commit

Permalink
Fixed buildDir
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugos68 committed Jan 28, 2024
1 parent 8f78486 commit 9f91f77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/unlucky-ligers-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vite-plugin-pagefind": patch
---

Fixed buildDir being optional type
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function log(input: string) {

export type PagefindConfig = {
appDir: string;
buildDir: string;
buildDir?: string;
cwd?: string;
};

Expand Down

0 comments on commit 9f91f77

Please sign in to comment.