mirror of https://github.com/jpanther/congo.git
🔀 Merge pull request #198 from bortox/patch-1
📝 Update example baseUrl in getting started
pull/199/head
commit
3ae1243f03
|
@ -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"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue