🔀 Merge pull request #198 from bortox/patch-1

📝 Update example baseUrl in getting started
This commit is contained in:
James Panther
2022-05-16 08:58:51 +10:00
committed by GitHub
+1 -1
View File
@@ -20,7 +20,7 @@ Before creating any content, there are a few things you should set for a new ins
```toml
# config/_default/config.toml
baseURL = "https://your_domain.com"
baseURL = "https://your_domain.com/"
languageCode = "en"
```