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
I have searched open and closed issues to make sure that the bug has not yet been reported
Issue is a Bug Report
This is a bug report and not a feature request, nor asking for support
Describe the bug
I am running into an issue when using the Prism themes. It works great locally when my baseURL is set to / and the publishDir are not set. This is the same setup that you have in the hugo.toml file of the exampleSite.
when we push the docs to prod, we need to change the baseURL and set a publishDir. As soon as I do that, the Prism theme does not work properly anymore. I tried it with the exampleSite and seeing the same issue.
This is how it looks like with baseURL = / and no publishDir:
And this is how it looks like with baseURL = https://example.com and publishDir = public/product
Expected behavior
The CSS should be the same in both scenarios
Screenshots
No response
Environment
- OS:
- Browser: Chrome and Firefox
- Browser Version:
The text was updated successfully, but these errors were encountered:
Past Issues Searched
Issue is a Bug Report
Describe the bug
I am running into an issue when using the Prism themes. It works great locally when my baseURL is set to
/
and the publishDir are not set. This is the same setup that you have in thehugo.toml
file of the exampleSite.when we push the docs to prod, we need to change the baseURL and set a publishDir. As soon as I do that, the Prism theme does not work properly anymore. I tried it with the exampleSite and seeing the same issue.
This is how it looks like with
baseURL = /
and no publishDir:And this is how it looks like with
baseURL = https://example.com
andpublishDir = public/product
Expected behavior
The CSS should be the same in both scenarios
Screenshots
No response
Environment
The text was updated successfully, but these errors were encountered: