Failed to render shortcode "tweet"

I’m new to hugo and was making a site with it. The github repo is here. Everything went fine when I ran hugo server in my machine. But when I deployed it at netlify, the build failed, I guess it’s mainly due to this. The shortcode is present in content/posts/my-first-post.md. I guess it is a simple mistake, so can any1 say how can I fix this.

The entire deploy log can be found here.

You are building your site on Netlify with Hugo v0.85.0.

You need to build your site with v0.89.0 or later.

See https://github.com/gohugoio/hugo/pull/9106

Thanks a lot! set the hugo_version to 0.99.1 and it’s working like a charm

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.