diff --git a/exampleSite/content/docs/getting-started.md b/exampleSite/content/docs/getting-started.md index 1bb7319e..b73040e3 100644 --- a/exampleSite/content/docs/getting-started.md +++ b/exampleSite/content/docs/getting-started.md @@ -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" ```