Replies: 1 comment 2 replies
-
set proper |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The main page of my web is at something like https://something.com/blog, but somehow it goes to https://something.com/page/2 after clicking the "next page" on the footer, which is supposed to go to https://something.com/**blog**/page/2. Does anyone know how can I fix this issue? The exampleSite looks have no such an issue.
I am using the configuration as below, except these other all config are the same as the default as shown in exampleSite:
baseURL: https://something.com/blog/
title: something
publishDir: "docs"
canonifyurls: true
theme: PaperMod
Beta Was this translation helpful? Give feedback.
All reactions