I created a stackoverflow question here, but basically I’m trying to create a static contact page following this article, and I am using a shortcode to insert the contact form.
This appears to work when I run hugo serve --ignoreCache --disableFastRender --noHTTPCache -D
, but when I build the site creates an infinite loop on the baseURL/contact/
page by way of http-equiv=refresh
.
Help?