Pagination links on my site have invalid links.
I installed a fresh blog skeleton and then gpm install bootstrap. Everything in the pagination block works fine, as it should. It looks like this in the inspector, with either antimatter or bootstrap, when on page 2 of the site:
My site is pretty old and has been updated many times since a very early beta Grav release. I just updated to Grav 0.9.40 and updated all the plug-in with grav update, after which I cleared the cache.
My site has it's own pagination.html.twig` file, so I moved it out of the project to be sure to use the default template. I cleared the cache after that, too. The pagination plug-in was updated from v1.3.0 to v1.3.1.
But when I'm on page 2 of my site, the pagination block looks like this:
Note the invalid links for the previous arrow and the page 1 block.
What could be going on here? How can I dig in deeper?