Skip to content

Commit

Permalink
package.json: pin Hugo version to 0.134.3
Browse files Browse the repository at this point in the history
Newer versions fail with the following error:

```
WARN  deprecated: data.GetJSON was deprecated in Hugo v0.123.0 and will be removed in a future release. use resources.Get or resources.GetRemote with transform.Unmarshal
```

Should be properly fixed in our code later and remove the version override that was added here
  • Loading branch information
XhmikosR committed Nov 3, 2024
1 parent 5bc8738 commit dfc7bdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"!.DS_Store"
],
"hugo-bin": {
"buildTags": "extended"
"buildTags": "extended",
"version": "0.134.3"
},
"scripts": {
"start": "npm run docs-serve",
Expand Down

0 comments on commit dfc7bdc

Please sign in to comment.