From 3b9e4ec10bf57cdadf867f79299fde1ea6824c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= <45594031+dcermak@users.noreply.github.com> Date: Mon, 22 Aug 2022 21:02:25 +0200 Subject: [PATCH] docs: fix typo side to site (#480) --- exampleSite/content/en/usage/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/en/usage/getting-started.md b/exampleSite/content/en/usage/getting-started.md index e402a2f..ab45758 100644 --- a/exampleSite/content/en/usage/getting-started.md +++ b/exampleSite/content/en/usage/getting-started.md @@ -170,7 +170,7 @@ As deploying Hugo sites on subdirectories is not as robust as on subdomains, we If you have a choice, using a domain/subdomain should always be the preferred solution! {{< /hint >}} -If you want to deploy your side to a subdirectory of your domain, some extra steps are required: +If you want to deploy your site to a subdirectory of your domain, some extra steps are required: - Configure your Hugo base URL e.g. `baseURL = http://localhost/demo/`. - Don't use `relativeURLs: false` nor `canonifyURLs: true` as is can cause unwanted side effects!