### Version * System: Windows 11 23H2 * Browser: Google Chrome * RSPress v1.31.1 * pnpm v9.12.0 ### Details 1. Run rspress live with `pnpm rspress dev` 1. Change `# Title` of a doc, say from "Title" to "Title 2". Save. 1. New title is not reflected to navbar.  Fix: 1. CTRL + C to stop rspress live view. 1. `pnpm rspress dev` to start live view again. 1. New title is reflected in navbar.  ### Reproduce link See details ### Reproduce Steps See details