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
If I start the local dev server or try to build the website, it is rendered as in the above picture. This seems to be related to the home page and every website page.
I implemented layout override as follows, untouched for months:
If I replace my custom home page with the one contained in the @thulite/doks-core lib the override seems to work.
Override of other partials seems to work, for instance, you can see a chatbot icon embedded via head override.
The website has been working correctly for about a month. The libs are all up to date; additional info on the specific versions is below.
@h-enk thank you for your quick reaction. I confirm this works. In my case, I removed hugo formula from brew (brew remove hugo) and installed the specific version via go (CGO_ENABLED=1 go install -tags extended,withdeploy github.com/gohugoio/hugo@v0.145.0)
Uh oh!
There was an error while loading. Please reload this page.
Description
If I start the local dev server or try to build the website, it is rendered as in the above picture. This seems to be related to the home page and every website page.

I implemented layout override as follows, untouched for months:
If I replace my custom home page with the one contained in the
@thulite/doks-core
lib the override seems to work.Override of other partials seems to work, for instance, you can see a chatbot icon embedded via
head
override.The website has been working correctly for about a month. The libs are all up to date; additional info on the specific versions is below.
Environment
The text was updated successfully, but these errors were encountered: