Skip to content

Commit abe521b

Browse files
authored
Merge pull request #1254 from lancatlin/patch-1
[Fixes] Update Hugo instruction. `relativeURLS` changed to `relativeURLs` per instructions here: https://gohugo.io/content-management/urls/#relative-urls
2 parents ca3a3f5 + e706b78 commit abe521b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-to/websites-on-ipfs/static-site-generators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Static-site generators like Hugo, Jekyll, Middleman, Nextjs, and VuePress are al
1111

1212
Refer to Hugo's [Quick Start](https://gohugo.io/getting-started/quick-start/) to install and set up your project.
1313

14-
In `config.toml` add `relativeURLS` and set it to `true`.
14+
In `config.toml` add `relativeURLs` and set it to `true`.
1515

1616
```
17-
relativeURLS=true
17+
relativeURLs=true
1818
```
1919

2020
Build static pages

0 commit comments

Comments
 (0)