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
In my local environment when I browse localhost:4000/posts I get redirected to localhost:4000/posts/ (note the ending /) and paginator works just fine.
On my live website when I browse davideghezzi.com/posts I don't get redirected and the paginator does not work. If I manually browse davideghezzi.com/posts/ (with the ending /) it works.
Hi, I know this plugin is no longer maintained, but since the new paginate-v2 is not supported by github pages, I hope to get some assistance here :)
My site's structure is pretty straightforward, with the paginated list of posts under the path
:root/posts
.I achieved that with the following setup:
files tree
_config.yml
In my local environment when I browse
localhost:4000/posts
I get redirected tolocalhost:4000/posts/
(note the ending/
) and paginator works just fine.On my live website when I browse
davideghezzi.com/posts
I don't get redirected and the paginator does not work. If I manually browsedavideghezzi.com/posts/
(with the ending/
) it works.How can I address this issue?
p.s. you can find source code here https://github.com/davideghz/davideghz.github.io
The text was updated successfully, but these errors were encountered: