My latest push to the repo changed a link in a config file.
The site shows a completely wrong link.
You don’t need to know Hugo (not clear anyone but its developers actually know it…).
The setting is:
[[menu.nav]]
name = "About"
url = "/posts/about/"
weight = "-100"
This sets one item in the navigation menu of the website.
The website shows the link as:
https://lewislevin-com.onrender.com/extras/about
This was several versions ago and altered by the most recent commit. The link should be to …/posts/about
Let’s see: is Hugo broken? is Render broken? Is github broken?
Since we can inspect the repo at https://github/lewisl/lewislevin-com in the file config.toml we can tell that github has the latest commit.
The means one of Hugo or Render is not clearing its cache properly.
The last time I deployed, I rebuilt the cache in a manual deploy.
That leaves Render’s instance of Hugo. I can only suspect some kind of cache corruption.
This site is tiny at only 269K so it’s not a size problem.
Frustrated.