How to reproduce
git clone -b no-page-reload https://github.com/deining/vitalcontrol.de/
cd vitalcontrol.de
npm install
hugo server
In your browser, go to:
http://127.0.0.1:1313/en/docs/actions/alarm/
In your editor, edit content/en/docs/actions/alarm.md
. Correct the broken link and save the site. The console outputs:
Change detected, rebuilding site (#1).
2024-02-20 13:28:13.594 +0100
Source changed /docs/actions/alarm.md
However, no page reload happens for the English language variant. For the German language variant, page reload works fine. In the console output, I expected to see:
Source changed /en/docs/actions/alarm.md
With hugo v0.122.0, page reload for all language variants works fine.
Thanks for looking into that.