This file ends up in the public directory, not the static directory.
This commit is contained in:
Ricky Nelson 2021-12-23 13:40:53 -05:00 committed by GitHub
parent 75d9991455
commit bc51b5da36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`