You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error about the .Site.DisqusShortname deprecated.
$ npm run dev
> [email protected] dev
> hugo server
Watching for changes in educenter-hugo/{archetypes,content,data,i18n,package.json,static,themes}
Watching for config changes in educenter-hugo/hugo.toml
Start building sites …
hugo v0.133.0+extended darwin/arm64 BuildDate=2024-08-17T19:57:41Z VendorInfo=brew
ERROR deprecated: .Site.DisqusShortname was deprecated in Hugo v0.120.0 and will be removed in Hugo 0.134.0. Use .Site.Config.Services.Disqus.Shortname instead.
Built in 155 ms
Error: error building site: logged 1 error(s)
I got this error about the
.Site.DisqusShortname
deprecated.Affected file:
themes/educenter-hugo/layouts/_default/single.html
The text was updated successfully, but these errors were encountered: