Commit 0d39c5d
Fix pagefind search in prod by outputting under base path
docs-ui-kit loads pagefind from ${BASE_URL}/_pagefind/pagefind.js,
which resolves to /projects/react-searchable-dropdown/_pagefind/.
The old --output-subdir _pagefind placed files at dist/_pagefind/
(root), causing a 404 at runtime.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 9127c2e commit 0d39c5d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments