mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-20 09:51:37 -04:00
Update example baseUrl in getting started
Just in case someone needs it, writing https://your_domain.com as baseURL makes the function fetchJSON in `assets/js/search.js` fetch an url like https://your_domain.comindex.json, so in this scenario the search function does not load the index file since it is not found.
This commit is contained in:
@@ -20,7 +20,7 @@ Before creating any content, there are a few things you should set for a new ins
|
|||||||
```toml
|
```toml
|
||||||
# config/_default/config.toml
|
# config/_default/config.toml
|
||||||
|
|
||||||
baseURL = "https://your_domain.com"
|
baseURL = "https://your_domain.com/"
|
||||||
languageCode = "en"
|
languageCode = "en"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user