Skip to content

Commit

Permalink
docs: fix typo side to site (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcermak authored Aug 22, 2022
1 parent 0f6b9dc commit 3b9e4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exampleSite/content/en/usage/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 3b9e4ec

Please sign in to comment.