So whenever I make any changes like I changed the title in _config.yml file and try to see the changes by reloading the page in the browser the website never gets updated even with a hard reload ctrl + shift + R.
However, if I stop the server from the terminal by using the ctrl + c command and then again start the server by bundle exec Jekyll serve command then I can see the changes that I have made in the website. So, now I have to stop the server and then start the server again every-time I need to see changes in my website.
I am extremely new to Jekyll, so that is why this might be a stupid question but please help me resolving this issue as a welcome to Jekyll community!
Please see the screenshot attached below for your reference!