We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contributors and Categories link in blog are not using baseUrl. So when using baseUrl, this two links are broken.
Fix this in :
What happened.
when build like that : hugo --minify --baseURL=...
hugo --minify --baseURL=...
The text was updated successfully, but these errors were encountered:
Hi @h-enk, any updates please ?
Sorry, something went wrong.
Hello, I cannot replicate your issue using for example npm run build -- --baseURL="http://192.168.1.2:4173/" && npm run preview -- --host.
npm run build -- --baseURL="http://192.168.1.2:4173/" && npm run preview -- --host
What baseURL is failing for you?
baseURL
BTW, I recommend setting baseurl in config/production/hugo.toml in stead of using --baseURL on the command line.
baseurl
config/production/hugo.toml
--baseURL
For more background see: urls.RelLangURL
No branches or pull requests
Description
Contributors and Categories link in blog are not using baseUrl. So when using baseUrl, this two links are broken.
Steps to reproduce
Fix this in :
Expected result
Actual result
What happened.
Environment
when build like that :
hugo --minify --baseURL=...
The text was updated successfully, but these errors were encountered: