If you have inadvertently activated Enable Local Overrides
in Chrome DevTools, you may have encountered unexpected issues while debugging your web application.
In my particular case, changes to my Astro blog were not reflected upon reloading the browser; only the browser itself was refreshed, not the content. However, the issue was resolved when I closed the DevTools.
To address this problem, follow these steps:
- Open Chrome Devtools
- Navigate to the
Sources
tab and select theOverrides
sub-tab. - Uncheck the option for
Enable Local Overrides
Your issue should now be resolved.