mirror of
https://github.com/getzola/zola
synced 2024-12-13 13:52:28 +00:00
Fix typo (#1706)
This file ends up in the public directory, not the static directory.
This commit is contained in:
parent
75d9991455
commit
bc51b5da36
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue