Skip to content

Commit 59ed486

Browse files
committed
docs: fix output directory path style
1 parent 3429602 commit 59ed486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/typst-docs-web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ bun install --frozen-lockfile
6767
### Develop
6868

6969
> [!NOTE]
70-
> The full-text search index is generated by [pagefind](https://pagefind.app/), but since the output directory is set to `dist/`, full-text search functionality is currently unavailable in the development server. For developing search-related features, please execute `bun run build` first, then use `bun run preview` to inspect the built output.
70+
> The full-text search index is generated by [pagefind](https://pagefind.app/), but since the output directory is set to `/dist/`, full-text search functionality is currently unavailable in the development server. For developing search-related features, please execute `bun run build` first, then use `bun run preview` to inspect the built output.
7171
7272
```sh
7373
bun run dev

0 commit comments

Comments
 (0)