Skip to content

Commit

Permalink
Fix typo (#1706)
Browse files Browse the repository at this point in the history
This file ends up in the public directory, not the static directory.
  • Loading branch information
Zolmok authored Dec 23, 2021
1 parent 75d9991 commit bc51b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/documentation/content/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generate an index for the `default_language` set for all pages not excluded from
It is very important to set the `default_language` in your `config.toml` if you are writing a site not in
English; the index building pipelines are very different depending on the language.

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

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

0 comments on commit bc51b5d

Please sign in to comment.