-
Hi everyone ! New to this theme that I like a lot, I was previously using another that was working fine but the migration to clarity is making me struggling.. Usually I was pushing the website webpages to the docs/ folder using the publishDir = "docs" config in the config.toml file. Does anyone knows what could be the issue ? my code is here : https://github.com/vPackets/vPackets-blog and the blog is supposed to work here : https://github.com/vPackets/vPackets-blog ... Looks like not everything is working :D Thanks for the help ! PS: The website works properly locally :/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The baseUrl in your |
Beta Was this translation helpful? Give feedback.
The baseUrl in your
config.toml
is set to http instead of https. If you check your site in the browser's developer console, you'll see a lot of errors because of that.