Skip to content

Commit b9c4286

Browse files
Zolmokmwcz
authored andcommitted
Fix typo (getzola#1706)
This file ends up in the public directory, not the static directory.
1 parent 4644fda commit b9c4286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/content/documentation/content/search.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generate an index for the `default_language` set for all pages not excluded from
1212
It is very important to set the `default_language` in your `config.toml` if you are writing a site not in
1313
English; the index building pipelines are very different depending on the language.
1414

15-
After `zola build` or `zola serve`, you should see two files in your static directory:
15+
After `zola build` or `zola serve`, you should see two files in your public directory:
1616

1717
- `search_index.${default_language}.js`: so `search_index.en.js` for a default setup
1818
- `elasticlunr.min.js`

0 commit comments

Comments
 (0)