monkeyWzr / hugo-theme-cactus

Cactus theme for hugo
MIT License
541 stars 341 forks source link

522 time-out when loading "https://latest.cactus.chat/style.css" #125

Closed bfeif closed 2 years ago

bfeif commented 2 years ago

I'm getting a 522 timeout when loading style.css in public/index.html, L10 <link rel="stylesheet" href="https://latest.cactus.chat/style.css" type="text/css">. Originally, coming from the theme, the line is at themes/cactus/layouts/partials/head.html L7 <link rel="stylesheet" href="https://latest.cactus.chat/style.css" type="text/css">.

It's preventing the webpage from loading altogether, how can I fix this? Note that this is happening both in netlify and local server.

Note that I'm in fact seeing the same behavior when I load the demo webpage at https://www.takuzen.me/hugo-theme-cactus/.