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

📝 Update example baseUrl in getting started
pull/199/head
James Panther 2022-05-16 08:58:51 +10:00 committed by GitHub
commit 3ae1243f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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